GET 1.0/{InstanceId}/IntegrationLinks/{IntegrationLinkId}
Retrieves the given Integration Link
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| IntegrationLinkId |
The IntegrationLinkId ID relating to a specific IntegrationLinkId you want to return |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An IntegrationLink object
Collection of IntegrationLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of this Integration Link |
integer |
None. |
| Name |
The name of the integration link |
string |
None. |
| Description |
Description of the Integration Link |
string |
None. |
| Product |
URL link to the object representing integration product |
string |
None. |
| DataLink |
URL link to the object representing integration dataabse |
string |
None. |
| DetailLinks |
URL link to the object representing integration detail links |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Product": "sample string 4",
"DataLink": "sample string 5",
"DetailLinks": "sample string 6"
},
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Product": "sample string 4",
"DataLink": "sample string 5",
"DetailLinks": "sample string 6"
}
]