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": "f7670c6d-3f44-415c-8291-2cf35500ab65", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } }, { "Id": "f7670c6d-3f44-415c-8291-2cf35500ab65", "SystemType": 0, "ListType": 0, "Properties": { "sample string 1": {}, "sample string 3": {} } } ]