Query parameters
-
Document ID to clone
POST /api/documents/clone
curl \
-X POST http://api.example.com/api/documents/clone?documentid=string \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (default)
{
"filetype": "xlsx",
"shortDescription": "string",
"validTo": 42,
"pathTree": "string",
"created": "2024-05-04T09:42:00+00:00",
"validFrom": 42,
"relatedID": 42,
"timeSensitive": true,
"categoryID": 42,
"createdBy": 42,
"showThumbnail": true,
"modifiedBy": 42,
"idTree": "string",
"processed": true,
"preventDownload": true,
"status": "active",
"webDavAccess": true,
"size": 42,
"modified": 42,
"id": 42,
"name": "string",
"copied": true,
"description": "file description",
"relatedType": "string"
}