v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

List task tracking integrations

List task tracking integrations

get/task_tracking/integrations

Response

A array of task tracking integrations is returned

idstring

The id of the task tracking integration

namestring

The name of the task tracking integration

servicestring

The service of the task tracking integration

Example response

[
  {
    "id": 1,
    "name": "Jira",
    "service": "jira"
  },
  {
    "id": 2,
    "name": "Linear",
    "service": "linear"
  }
]