Document Types
Manage VARIO Cloud DMS document types via the REST API, including storage duration, revision rules, access levels, activation, and CRUD operations.
Resource managing the document types in our DMS(Shelf)
an identifier
successful operation
Dokumentenart
Version Identifier for this Object (for PUT)
Unique identifier of the Object
unique key of type
label of type
system presetting
falseduration of storage (years)
storage rule for revisions
access level or reading
access level for writing
access level for deleting
Ist die Dokumentenart aktiv
trueResource with given ID was not found
GET /dms/resources/types/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"key": "text",
"label": "text",
"systemPresetting": false,
"duration": 1,
"revisionStorageRule": 1,
"accessLevelRead": 1,
"accessLevelWrite": 1,
"accessLevelDelete": 1,
"active": true
}an identifier
Dokumentenart
Version Identifier for this Object (for PUT)
Unique identifier of the Object
unique key of type
label of type
system presetting
falseduration of storage (years)
storage rule for revisions
access level or reading
access level for writing
access level for deleting
Ist die Dokumentenart aktiv
truesuccessful operation
Dokumentenart
Version Identifier for this Object (for PUT)
Unique identifier of the Object
unique key of type
label of type
system presetting
falseduration of storage (years)
storage rule for revisions
access level or reading
access level for writing
access level for deleting
Ist die Dokumentenart aktiv
trueResource was not found
Resource was not valid to process
PUT /dms/resources/types/{id} HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 169
{
"version": "text",
"info": {},
"id": "text",
"label": "text",
"duration": 1,
"revisionStorageRule": 1,
"accessLevelRead": 1,
"accessLevelWrite": 1,
"accessLevelDelete": 1,
"active": true
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"key": "text",
"label": "text",
"systemPresetting": false,
"duration": 1,
"revisionStorageRule": 1,
"accessLevelRead": 1,
"accessLevelWrite": 1,
"accessLevelDelete": 1,
"active": true
}an identifier
successful operation
message context
message
Resource was not found
unable to delete Resource, due to constraints, existing references or internal state
DELETE /dms/resources/types/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"context": "text",
"messageValue": "text"
}Dokumentenart
Version Identifier for this Object (for PUT)
Unique identifier of the Object
unique key of type
label of type
system presetting
falseduration of storage (years)
storage rule for revisions
access level or reading
access level for writing
access level for deleting
Ist die Dokumentenart aktiv
truesuccessful operation
Dokumentenart
Version Identifier for this Object (for PUT)
Unique identifier of the Object
unique key of type
label of type
system presetting
falseduration of storage (years)
storage rule for revisions
access level or reading
access level for writing
access level for deleting
Ist die Dokumentenart aktiv
trueResource was not valid to process
POST /dms/resources/types HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 169
{
"version": "text",
"info": {},
"id": "text",
"label": "text",
"duration": 1,
"revisionStorageRule": 1,
"accessLevelRead": 1,
"accessLevelWrite": 1,
"accessLevelDelete": 1,
"active": true
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"key": "text",
"label": "text",
"systemPresetting": false,
"duration": 1,
"revisionStorageRule": 1,
"accessLevelRead": 1,
"accessLevelWrite": 1,
"accessLevelDelete": 1,
"active": true
}Last updated
Was this helpful?