v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Document

Create a new Link. Warning : This is a beta endpoint, the payload / response can change

Creates a Link resource.

post/links

Request body

sequenceinteger

Response

Link resource created

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"
}