GET 1.0/{InstanceId}/DataLinks

Retrieves a list of all Data Links

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional 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 DataLink
API Parameter Details
NameDescriptionTypeAdditional 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"
  }
]