GET {version}/GetConnectionTypes
Get Connection Types
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Connection Types
Collection of ConnectionType| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| From | string |
None. |
|
| To | string |
None. |
|
| id | string |
None. |
|
| itemName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GUID": "a241e414-2d4c-42a3-a3a4-da7ff5236b27",
"From": "sample string 2",
"To": "sample string 3",
"id": "a241e414-2d4c-42a3-a3a4-da7ff5236b27",
"itemName": "sample string 2 - sample string 3"
},
{
"GUID": "a241e414-2d4c-42a3-a3a4-da7ff5236b27",
"From": "sample string 2",
"To": "sample string 3",
"id": "a241e414-2d4c-42a3-a3a4-da7ff5236b27",
"itemName": "sample string 2 - sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfConnectionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
<ConnectionType>
<From>sample string 2</From>
<GUID>a241e414-2d4c-42a3-a3a4-da7ff5236b27</GUID>
<To>sample string 3</To>
</ConnectionType>
<ConnectionType>
<From>sample string 2</From>
<GUID>a241e414-2d4c-42a3-a3a4-da7ff5236b27</GUID>
<To>sample string 3</To>
</ConnectionType>
</ArrayOfConnectionType>