POST /api-web/api/dms/objects/export

As of Version

product version 2022 Winter

Request MethodPOST
Response FormatCSV
Description

Retrieves a list of DMS objects matching the search query passed in the request body in CSV format.

Datetime properties are formatted as ISO standard. Decimals are formatted corresponding to the locale for the currently logged-in user that is specified in the request header. If no locale is specified for the request, en is used as default.
Further formatting can be configured in the api-web-prod.yml configuration file:
>> API-WEB Service

The query JSON in the request body has to match the format described here:
>> Search via Web-API Gateway

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
401 Unauthorized
Request Example