GET api/integration
Get list of all integrations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Integration| Name | 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": "fee5eac2-54a5-4329-8d5a-c807d47c0166",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Id": "fee5eac2-54a5-4329-8d5a-c807d47c0166",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
]