Scope
apps:read
Body Response - Schema
200 (successful installation information)
| Parameter | Type | Description |
|---|---|---|
| id | string | the installation ID |
| app_id | string | the app ID for the given installation |
| account_id | string | the account ID for which the app is installed |
| scopes | array[string] | list of scopes that the admin configuring the app has given access to |
| auto_provision_filters | array[objects] | List of filters used for auto-provisioning. "auto provision_filters" subdivides into: "filter" (string) - the property to which the filter should be applied to (all, role, role id, none). "match" (string) - the value used by the filter to find matches. |
| created_at | string | Installation date |
| _embedded | object | "_embedded" subdivides into: 1 - "created_by" (object), which subdivides into: 2 - "state" (object), which subdivides into: |
| _links | object | "_links" subdivides into: 1 - "self" (object), which subdivides into: 2 - "account" (object), which subdivides into: 3 - "subscription" (object), which subdivides into: 4 - "auto_provision_filters" (object), which subdivides into: 5 - "users" (object), which subdivides into: 6 - "channels" (object), which subdivides into: |
401 (unauthorized), 403 (forbidden), 404 (app/installation not found)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into "name" and "description" (both string and required) |
TroubleshootingIf you have questions or technical issues, please open a ticket using this form.