GET 1.0/{InstanceId}/IntegrationLinkProducts/{IntegrationLinkProductId}
Retrieves a specific Integration Link Products
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| IntegrationLinkProductId |
The ID of the Integration Link Product to be retrieved |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An individual IntegrationLinkProduct object
IntegrationLinkProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the product |
integer |
None. |
| Name |
The Name of the product |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2"
}