v1
latestOpenAPI 3.0.12026-07-26106359429.8 KBCompliance
List application entity relationships
Lists all entity relationships for a specific application.
get/v0/applications/{id}/entity_relationships
Path parameters
idstring required
Unique identifier for the application. Prefixed with application_.
Example:application_xyz123
Application ID
Query parameters
limitinteger
Maximum number of results to return. Defaults to 25, max 100.
starting_afterstring
A cursor for pagination. Returns results starting after this cursor.
Response
List of entity relationships for the application.
Example response
{
"objects": [
{
"entity_id": "entity_xyz123"
}
]
}