| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.podio.com/ | link | — | — | — |
Actions (13)
Applications · 13
- Activate appPOST /app/{app_id}/activate
Activates a deactivated app.
documented - Add new app fieldPOST /app/{app_id}/field/
Adds a new field to an app.
documented - Create appPOST /app/
Creates a new app on a space.
documented - Deactivate appPOST /app/{app_id}/deactivate
Deactivates the app, removing it from the app navigator.
documented - Delete appDELETE /app/{app_id}
Deletes the app with the given id (removes items, widgets, etc.).
documented - Delete app fieldDELETE /app/{app_id}/field/{field_id}
Deletes a field on an app.
documented - Get appGET /app/{app_id}
Gets the definition of an app and can include configuration and fields, returning the latest revision.
documented - Get app dependenciesGET /app/{app_id}/dependencies/
Returns the apps that the given app depends on.
documented - Get app fieldGET /app/{app_id}/field/{field_id}
Returns a single field from an app.
documented - Get featuresGET /app/features/
Returns the features that the given apps and optionally space includes (e.g., widgets, tasks, filters, forms, integration, items).
documented - Install appPOST /app/{app_id}/install
Installs the app with the given id on the space.
documented - List appsGET /app/
Returns all apps for the active user.
documented - Update appPUT /app/{app_id}
Updates an app’s configuration and fields.
documented