v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Document

Provide a single resource - Link

Retrieves a Link resource.

get/links/{id}

Path parameters

idstring required

Resource identifier

Response

Link resource

originstring
targetstring
sequenceinteger
attributesstring[]
dateCreatedstring date-time nullable

This is an ISO datetime

dateModifiedstring date-time nullable

This is an ISO datetime

idstring

This is the unique identifier of the resource

legacyIdinteger

Example response

{
  "linkType": {
    "id": "identifier_example"
  },
  "id": "identifier_example"
}