Download OpenAPI specification:Download
Retrieves a list of access policies supported by DMS.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
[- {
- "id": 0,
- "name": "string"
}
]
Retrieves a list of access policy levels supported by DMS.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
[- {
- "id": 0,
- "name": "string"
}
]
Retrieves a list of persons and their assigned access policy for a specified document. Only a member with “MANAGE” access can successfully call this endpoint.
documentId required | integer <int32> The Document ID |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
[- {
- "personId": 0,
- "accessPolicy": {
- "id": 0,
- "name": "string"
}
}
]
Assign access policies of specific persons to the specified document. Only a member with “MANAGE” access can successfully call this endpoint. A successful call will override existing person-specific access policies assigned to this document.
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
accessPolicyItems | Array of objects (UpsertDocumentAccessPolicyRequestItem) Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "accessPolicyItems": [
- {
- "personId": 0,
- "accessPolicyId": 0
}
]
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Deletes the document category specified by Id. If it is a parent document category it will also delete its children
categoryId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Retrieves a list of document categories.
isActive | boolean |
documentTypeId | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
[- {
- "id": 0,
- "name": "string",
- "parentId": 0,
- "dmsDocumentTypeId": 0,
- "isActive": true,
- "key": "string"
}
]
Creates a document category. An inactive category cannot be the parent of an active category.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
parentId | integer <int32> Nullable |
dmsDocumentTypeId | integer <int32> |
isActive | boolean Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "parentId": 0,
- "dmsDocumentTypeId": 0,
- "isActive": true
}
0
Retrieves the document category specified by Id.
categoryId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "name": "string",
- "parentId": 0,
- "dmsDocumentTypeId": 0,
- "isActive": true,
- "key": "string"
}
Updates the document category specified by Id. An inactive category cannot be the parent of an active category and cannot be assigned to an active metadata.
categoryId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
parentId | integer <int32> Nullable |
dmsDocumentTypeId | integer <int32> |
isActive | boolean Nullable |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "parentId": 0,
- "dmsDocumentTypeId": 0,
- "isActive": true
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Deletes a document specified by Id. Only a person with "WRITE" access can successfully call this endpoint.
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Retrieves a document by Document Id. Only a person with "READ" access can successfully call this endpoint.
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "storageFilename": "string",
- "filename": "string",
- "digitalSignature": "string",
- "createDate": "2024-11-07T14:53:53Z",
- "contractId": "string",
- "customAttributes": "string",
- "externalId": "string",
- "dmsDocumentMetadataId": 0,
- "validTill": "2024-11-07T14:53:53Z",
- "isActive": true,
- "extension": "string",
- "mimeType": "string",
- "languageTwoLetterIsoCode": "string",
- "lastUpdatedDate": "2024-11-07T14:53:53Z",
- "documentMetadata": {
- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}, - "file": "string"
}
Uploads a new version of an existing document or updates document registration. Note the following:
Possible ApiError.SubCode values:
FileNotInWhitelist: The format of the provided file is not in the whitelist defined in DMS settings.
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
filename | string Nullable |
customAttributes | string Nullable |
externalId | string Nullable Set a unique external-id for the document. A document may later be fetched by the external-id alone. |
validTill | string <date-time> Nullable Set validity of the document. This field is informational only and does not effect the active state of the document. |
file | string <byte> Nullable If uploading a file, set the uploaded file in base64 format. |
fileType | string Nullable |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "filename": "string",
- "customAttributes": "string",
- "externalId": "string",
- "validTill": "2024-11-07T14:53:53Z",
- "file": "string",
- "fileType": "string"
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Retrieves a document by External Id. Only a person with "READ" access can successfully call this endpoint.
externalId required | string |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "storageFilename": "string",
- "filename": "string",
- "digitalSignature": "string",
- "createDate": "2024-11-07T14:53:53Z",
- "contractId": "string",
- "customAttributes": "string",
- "externalId": "string",
- "dmsDocumentMetadataId": 0,
- "validTill": "2024-11-07T14:53:53Z",
- "isActive": true,
- "extension": "string",
- "mimeType": "string",
- "languageTwoLetterIsoCode": "string",
- "lastUpdatedDate": "2024-11-07T14:53:53Z",
- "documentMetadata": {
- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}, - "file": "string"
}
Uploads a new version of an existing document to DMS as a stream. The values need to be passed as multipart/form-data and the actual document needs to be passed as a stream. Note the following:
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
filename required | string <string> The name of the document in the storage. |
file required | string <binary> The document stream to upload. |
externalId | string <string> The external ID of the document. Must be unique if passed. |
customAttributes | string <string> Custom attributes of the document |
validTill | string <date-time> The validity date of the document. This field does not effect the active state of the document. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Updates document metadata of an existing document. The caller will need to have “WRITE” access to both the old and the new metadata, or to the document itself. If both metadata-id and metadata-reference-id are supplied, metadata-id takes precedence.
documentId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
documentMetadataId | integer <int32> Nullable |
documentMetadataReferenceId | string Nullable |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "documentMetadataId": 0,
- "documentMetadataReferenceId": "string"
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Uploads or registers a document to DMS. Note the following:
Possible ApiError.SubCode values:
FileNotInWhitelist: The format of the provided file is not in the whitelist defined in DMS settings.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The document to save
filename | string Nullable |
contractId | string <uuid> Nullable Set link to an entity in DFS (portfolio, instrument, credit request) to later be found through search. |
ownerIds | Array of integers <int32> Nullable Set owners of a document. A client-type document must have at least one contact as owner. General-type documents should not have contacts as owners. |
customAttributes | string Nullable |
externalId | string Nullable Set a unique external-id for the document. A document may later be fetched by the external-id alone. |
validTill | string <date-time> Nullable Set validity of the document. This field is informational only and does not effect the active state of the document. |
dmsDocumentMetadataId | integer <int32> Set under which metadata will the document be using metadata id. If both metadata id and metadata reference id are supplied, this field takes precedence. |
metadataReferenceId | string Nullable Set under which metadata will the document be using metadata reference id. |
languageTwoLetterIsoCode | string Nullable |
file | string <byte> Nullable If uploading a file, set the uploaded file in base64 format. |
proxyParticipantUid | string <uuid> Nullable If registering a proxied document, set the proxy-participant-uid. |
fileType | string Nullable |
referenceDocumentId | integer <int32> Nullable If registering a referenced document, set the reference-document-id. |
Successfully saved document
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "filename": "string",
- "contractId": "string",
- "ownerIds": [
- 0
], - "customAttributes": "string",
- "externalId": "string",
- "validTill": "2024-11-07T14:53:53Z",
- "dmsDocumentMetadataId": 0,
- "metadataReferenceId": "string",
- "languageTwoLetterIsoCode": "string",
- "file": "string",
- "proxyParticipantUid": "string",
- "fileType": "string",
- "referenceDocumentId": 0
}
0
Uploads a document to DMS as a stream. The values need to be passed as multipart/form-data and the actual document needs to be passed as a stream. Note the following:
Accept-Language | string The ISO 639-1 language to use for localizable data. |
file required | string <binary> The document stream to upload. |
filename required | string <string> The name of the document in the storage. |
contractId | string <uuid> Links the document to a contract in DFS. |
externalId | string <string> The external ID of the document. Must be unique if passed. |
ownerIds | Array of integers <int32> The persons owning the document. |
customAttributes | string <string> Custom attributes of the document |
validTill | string <date-time> The validity date of the document. This field does not effect the active state of the document. |
dmsDocumentMetadataId | integer <int32> Default: 0 The metadata ID of the document. If both dmsDocumentMetadataId and metadataReferenceId are supplied, this field takes precedence. |
metadataReferenceId | string <string> The metadata reference ID of the document. If both dmsDocumentMetadataId and metadataReferenceId are supplied, the field dmsDocumentMetadataId takes precedence. |
languageTwoLetterIsoCode | string <string> Set a specific language for the document. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
0
Generates a digital signature.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
content | string <byte> Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "content": "string"
}
{- "digSig": "string"
}
Search documents by given criteria. The caller cannot retrieve documents for which they does not have “READ” access to. Note that specifying specific persons in personAssignment parameter is required when retrieving documents through Hierarchy access policy level or when applications retrieve documents when data segregation is enabled.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
page | integer <int32> |
pageSize | integer <int32> |
sortOrder | string (SortOrder) Enum: "Ascending" "Descending" |
sortBy | string Nullable sort by one of the following fields: id (default), filename, createdate, DocumentCategoryId, DocumentMetadataId, mimeType, ValidTill |
documentTypeId | integer <int32> Nullable filter by document type |
documentMetadataIds | Array of integers <int32> Nullable filter by document metadata |
documentCategoryIds | Array of integers <int32> Nullable filter by document category |
createDateFrom | string <date-time> Nullable filter by CreateDateFrom |
createDateTo | string <date-time> Nullable filter by CreateDateTo |
contractId | string <uuid> Nullable filter by entities linked to documents. |
isActive | boolean Nullable filter by status of the document |
filename | string Nullable filter by file name |
languageTwoLetterIsoCode | string Nullable filter by language |
personAssignment | object (PersonAssignment) filter by specific people with assignment to the document, either as owners or as people with direct document access. If no persons are specified, hierarchy access to documents will not be checked |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "page": 0,
- "pageSize": 0,
- "sortOrder": "Ascending",
- "sortBy": "string",
- "documentTypeId": 0,
- "documentMetadataIds": [
- 0
], - "documentCategoryIds": [
- 0
], - "createDateFrom": "2024-11-07T14:53:53Z",
- "createDateTo": "2024-11-07T14:53:53Z",
- "contractId": "string",
- "isActive": true,
- "filename": "string",
- "languageTwoLetterIsoCode": "string",
- "personAssignment": {
- "ids": [
- 0
], - "scope": "Owner"
}
}
{- "results": [
- {
- "id": 0,
- "storageFilename": "string",
- "filename": "string",
- "digitalSignature": "string",
- "createDate": "2024-11-07T14:53:53Z",
- "contractId": "string",
- "customAttributes": "string",
- "externalId": "string",
- "dmsDocumentMetadataId": 0,
- "validTill": "2024-11-07T14:53:53Z",
- "isActive": true,
- "extension": "string",
- "mimeType": "string",
- "languageTwoLetterIsoCode": "string",
- "lastUpdatedDate": "2024-11-07T14:53:53Z",
- "documentMetadata": {
- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}
}
], - "page": 0,
- "pageSize": 0,
- "pageCount": 0,
- "totalCount": 0
}
Retrieves a list of access policy levels and their assigned access policy for a specified metadata.
metadataId required | integer <int32> The Metadata ID |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
[- {
- "accessPolicy": {
- "id": 0,
- "name": "string"
}, - "accessPolicyLevel": {
- "id": 0,
- "name": "string"
}
}
]
Assign access policies to access-policy-levels for a specified metadata.
metadataId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
accessPolicies | Array of objects (UpsertMetadataAccessPolicyRequestItem) Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "accessPolicies": [
- {
- "accessPolicyLevelId": 0,
- "accessPolicyId": 0
}
]
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Deletes a metadata specified by Id.
metadataId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Retrieves a metadata by Id.
metadataId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}
Updates the document metadata specified by Id. An inactive category cannot be assigned to an active metadata. Metadata may be inactivated even if there are active documents under it.
metadataId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
isMultiInstance | boolean |
dmsDocumentCategoryId | integer <int32> |
outputFilename | string Nullable |
documentReferenceId | string Nullable |
allowJointOwnership | boolean |
isActive | boolean Nullable |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "isMultiInstance": true,
- "dmsDocumentCategoryId": 0,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "allowJointOwnership": true,
- "isActive": true
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Retrieves a metadata by MetadataReferenceId.
metadataReferenceId required | string |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}
Creates an active document metadata. An inactive category cannot be assigned to an active metadata.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
isMultiInstance | boolean |
dmsDocumentCategoryId | integer <int32> |
outputFilename | string Nullable |
documentReferenceId | string Nullable |
allowJointOwnership | boolean |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "isMultiInstance": true,
- "dmsDocumentCategoryId": 0,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "allowJointOwnership": true
}
0
Lookup accessible document metadata by a given criteria.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The lookup criteria
documentType | string (DocumentType) Enum: "Client" "General" |
documentCategoryIds | Array of integers <int32> Nullable |
documentMetadataName | string Nullable |
isActive | boolean Nullable |
metadataAccessPolicy | string (MetadataAccessPolicyFlag) Enum: "Read" "Write" "Manage" "Any" |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "documentType": "Client",
- "documentCategoryIds": [
- 0
], - "documentMetadataName": "string",
- "isActive": true,
- "metadataAccessPolicy": "Read"
}
[- {
- "id": 0,
- "name": "string",
- "documentCategoryId": 0,
- "isActive": true
}
]
Searches through all document metadata by a given criteria.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
page | integer <int32> |
pageSize | integer <int32> |
sortBy | string Nullable |
sortOrder | string (SortOrder) Enum: "Ascending" "Descending" |
searchTerm | string Nullable |
searchMetadataBy | string (SearchMetadataBy) Enum: "Name" "OutputFilename" "All" |
documentTypeIds | Array of integers <int32> Nullable |
documentCategoryIds | Array of integers <int32> Nullable |
isActive | boolean Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "page": 0,
- "pageSize": 0,
- "sortBy": "string",
- "sortOrder": "Ascending",
- "searchTerm": "string",
- "searchMetadataBy": "Name",
- "documentTypeIds": [
- 0
], - "documentCategoryIds": [
- 0
], - "isActive": true
}
{- "results": [
- {
- "id": 0,
- "name": "string",
- "isMultiInstance": true,
- "outputFilename": "string",
- "documentReferenceId": "string",
- "isActive": true,
- "allowJointOwnership": true,
- "documentCategory": {
- "id": 0,
- "name": "string"
}, - "documentType": {
- "id": 0,
- "name": "string"
}
}
], - "page": 0,
- "pageSize": 0,
- "pageCount": 0,
- "totalCount": 0
}
Retrieves all document sets.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
{- "results": [
- {
- "id": 0,
- "name": "string",
- "key": "string"
}
]
}
Creates a document set
Accept-Language | string The ISO 639-1 language to use for localizable data. |
The document set to save
name | string Nullable |
key | string Nullable |
documentMetadata | Array of objects (DocumentMetadata) Nullable |
Successfully saved document set
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "key": "string",
- "documentMetadata": [
- {
- "id": 0,
- "isMandatory": true
}
]
}
0
Retrieves document set
documentSetId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "key": "string",
- "documentMetadata": [
- {
- "id": 0,
- "name": "string",
- "documentCategoryId": 0,
- "isMandatory": true
}
]
}
Updates a document set
documentSetId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
key | string Nullable |
documentMetadata | Array of objects (DocumentMetadata) Nullable |
No Content
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "key": "string",
- "documentMetadata": [
- {
- "id": 0,
- "isMandatory": true
}
]
}
{- "code": "General",
- "subCode": "string",
- "message": "string",
- "correlationId": "string",
- "properties": {
- "property1": null,
- "property2": null
}
}
Validates whether a person owns active documents under all mandatory metadata listed in a specific document set. Only documents which the calling person or app had “READ“ access to are considered. If a contract is specified, the check would be performed only for documents which have this contract set for them. When returning information on unfulfilled metadatas, note that non-mandatory metadata will be returned as well.
ownerId required | integer <int32> |
documentSetId required | integer <int32> |
contractId | string <uuid> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "isFulfilled": true,
- "unfulfilledMetadataIds": [
- 0
]
}
Retrieves list of document types
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
[- {
- "id": 0,
- "name": "string"
}
]