v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData Model
This endpoint provides a list of LinkTypes, it can be paginated with the pagination=true parameter
Retrieves the collection of LinkType resources.
get/link-types
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
order[priority]'asc' | 'desc'
order[id]'asc' | 'desc'
idstring
id[]string[]
catalogs.idstring
catalogs.id[]string[]
origin.objectTypestring
origin.objectType[]string[]
origin.documentType.idstring
origin.documentType.id[]string[]
target.objectTypestring
target.objectType[]string[]
target.documentType.idstring
target.documentType.id[]string[]
order[origin]'asc' | 'desc'
order[target]'asc' | 'desc'
searchstring
order[name]'asc' | 'desc'
namestring
name[]string[]
Response
LinkType collection
Example response
[
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"priority": 50,
"maxItems": 15,
"origin": {
"documentType": {
"id": "identifier_example"
}
},
"target": {
"documentType": {
"id": "identifier_example"
}
},
"id": "identifier_example"
}
]