v2

latestOpenAPI 3.0.02026-07-31172752.6 KB
applications

List resources for an application

Returns the resources defined for the given application, each with its permissions.

get/api/v1/applications/{application_id}/resources

Path parameters

application_idstring required

Application ID

Response

Resource list

Example response

{
  "data": [
    {
      "application_id": "7488a646-e31f-11e4-aace-600308960662",
      "description": "Main workspace access",
      "id": "7488a646-e31f-11e4-aace-600308960663",
      "multiple_permissions_selectable": false,
      "parent_resource_id": null,
      "permissions": [
        {
          "elevated": false,
          "id": "7488a646-e31f-11e4-aace-600308960664",
          "requestable": true,
          "title": "Member"
        }
      ],
      "requestable": true,
      "title": "Workspace",
      "type": "resource"
    }
  ]
}