Methods

  • get - List custom integrations

Resource

{
    "links": {
        "next": "uri",
        "prev": "uri"
    },
    "results": [
        {
            "color": "string",
            "createdAt": "date-time",
            "description": "string",
            "eventsEnabled": "boolean",
            "id": "string",
            "imageUri": "string",
            "name": "string"
        }
    ]
}

Properties

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:

  • #F44336
  • #B71C1C
  • #E91E63
  • #DF0067
  • #880E4F
  • #9C27B0
  • #4A148C
  • #673AB7
  • #6200EA
  • #3F51B5
  • #1A237E
  • #2196F3
  • #0D47A1
  • #03A9F4
  • #01579B
  • #00BCD4
  • #006064
  • #009688
  • #004D40
  • #4CAF50
  • #1B5E20
  • #8BC34A
  • #33691E
  • #CDDC39
  • #827717
  • #FBC02D
  • #F57F17
  • #FFC107
  • #FF6F00
  • #FF9800
  • #E65100
  • #FF5722
  • #BF360C
  • #795548
  • #3E2723
  • #9E9E9E
  • #212121
  • #90A4AE
  • #263238
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