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": "12f69252-f570-49bd-b367-b1e3fd67b199",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Id": "12f69252-f570-49bd-b367-b1e3fd67b199",
"SystemType": 0,
"ListType": 0,
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
}
]