GET api/integration
Get list of all integrations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IntegrationName | Description | Type | Additional 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": "92663cfc-f446-45dd-a71d-c0a6bc2f2c9b", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }, { "Id": "92663cfc-f446-45dd-a71d-c0a6bc2f2c9b", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } } ]