Podio API Documentation
Applications: Get app inverse dependencies
Returns the apps that depend on the given app_id.
The input is an app id, and the output is a list of all apps in all workspaces with a field that references the given app.
Parameters
- app_id*
- Required.
Response
{
"dependent_apps": The apps that depends on the given app.
[
{
"app_id": The id of the app,
"field_id": The field that references the given app
},
... (more apps)
]
}
Sandbox
Try the operation "/app/{app_id}/inverse_dependencies/"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here