GET api/integration

Get list of all integrations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Integration
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SystemType

IntegrationSystemType

None.

ListType

WorkListType

None.

Properties

Dictionary of string [key] and Object [value]

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "40dde226-9941-48fb-93a6-130f17dd2126",
    "SystemType": 0,
    "ListType": 0,
    "Properties": {
      "sample string 1": {},
      "sample string 3": {}
    }
  },
  {
    "Id": "40dde226-9941-48fb-93a6-130f17dd2126",
    "SystemType": 0,
    "ListType": 0,
    "Properties": {
      "sample string 1": {},
      "sample string 3": {}
    }
  }
]