{
"links": {
"next": "uri",
"prev": "uri"
},
"results": [
{
"color": "string",
"createdAt": "date-time",
"description": "string",
"eventsEnabled": "boolean",
"id": "string",
"imageUri": "string",
"name": "string"
}
]
}
| Name | Type | Description | Additional |
|---|---|---|---|
| links | object |
The pagination links |
Optional |
| links.next | uri |
The next list page url if there are more elements |
Optional |
| links.prev | uri |
The previous list page url if there is a previous page |
|
| results[] | array |
The custom integration list |
|
| results[].color | string |
The color of the custom integration Possible values are:
|
|
| results[].createdAt | date-time |
The date of custom integration creation in ISO8601 format |
Optional |
| results[].description | string |
The description of the custom integration |
Optional |
| results[].eventsEnabled | boolean |
Whether events are enabled for this integration |
|
| results[].id | string |
The identifier of the custom integration |
|
| results[].imageUri | string |
The image URI of the custom integration. Null if no custom image is set |
Optional |
| results[].name | string |
The name of the custom integration |