[POST] /pdf
/api/dms/objects/native/contents/pdf
Description | An endpoint to download the content of multiple DMS documents as PDF document. The order of documents in pdf is the same as in the request. |
|---|---|
Request Method | POST |
Request Query Parameter |
|
Response Format | application/pdf |
Minimum Version | 6.4.0 |
Request | /api/dms/objects/native/contents/pdf |
Request | {
"objects": [{
"properties": {
"system:objectId": {
"value": "1234567"
},
"system:objectTypeId": {
"value": "262245"
}
}
},{
"properties": {
"system:objectId": {
"value": "5566444"
},
"system:objectTypeId": {
"value": "262248"
}
}
}]
} |
Result | Pdf file with the content of the requested DMS documents. Optional there is one white page between each document. |