/
[GET] /links
[GET] /links
/api/dms/objects/{objectId}/native/links
Description | Returns all links of the object to other DMS objects. |
---|---|
Request | GET |
Request optional |
|
Response | JSON |
Minimum Version | 6.4.0 |
Request | /api/dms/objects/11882/native/links |
Result | {
"objects": [{
"properties": {
"system:objectId": {
"value": "97226"
},
"system:baseTypeId": {
"value": "document"
},
"system:objectTypeId": {
"value": "65549",
"localName": "CTBilder_DMS_API"
},
"text": {
"value": "my first link"
}
}
},
{
"properties": {
"system:objectId": {
"value": "97227"
},
"system:baseTypeId": {
"value": "document"
},
"system:objectTypeId": {
"value": "262284",
"localName": "Dokument_DMS_API"
},
"text": {
"value": "my other link"
}
}
}
],
"numItems": 2,
"hasMoreItems": false,
"totalNumItems": 2
} |
, multiple selections available,
Related content
[POST] /links
[POST] /links
More like this
[GET] /contents
[GET] /contents
More like this
[GET] /notes
[GET] /notes
More like this
[GET] /variants
[GET] /variants
More like this
[GET] /annotations
[GET] /annotations
More like this
[GET] /{objectId}
[GET] /{objectId}
More like this