GET 1.0/{InstanceId}/DataLinks/{DataLinkId}
Retrieves an individual Data Link
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| DataLinkId |
The ID of the Data Link to be retrieved |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An individual DataLink object
Collection of DataLink| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the Data Link |
integer |
None. |
| Name |
The name of the Data Link |
string |
None. |
| DatabaseName |
The name of the database that the data link refers to (on the same server as the document management database) |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"DatabaseName": "sample string 3"
},
{
"Id": 1,
"Name": "sample string 2",
"DatabaseName": "sample string 3"
}
]