get /app/{id}/privileges

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.

Path parameters

id (required)

Return type

array[ResourcePrivilegesCondensed]

Example data

Content-Type: application/json

[ { "resource" : "resource", "schemaPath" : "schemaPath", "canCreate" : true }, { "resource" : "resource", "schemaPath" : "schemaPath", "canCreate" : true } ]

Responses

200
OK