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