Get features
documentedReturns the features that the given apps and optionally space includes (e.g., widgets, tasks, filters, forms, integration, items).
GET /app/features/Applicationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.podio.com/app/features/?app_ids={{$app_ids}}&include_space={{$include_space}}" \
-X GET \
-H "Authorization: OAuth2 {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"