GET 1.0/{InstanceId}/DataLinks
Retrieves a list of all Data Links
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of DataLink objects
Collection of DataLinkName | 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" } ]