[GET] /objecttype/{localName | id}

[GET] /objecttype/{localName | id}

/api/dms/schema/objecttype/{localName | id}

Description

To retrieve the object definition in CMIS format for the given objectTypeId or the internal name of the object type.
As a result, the structure of the JSON file is identical to the Complete Schema and its substructures for fields on the index data form.

Request
Method

GET

Request optional Header

  • Accept-Language (Locale): The locale in which the schema should be return. Example: de-DE, en-US, fr-FR. Default is de-DE if this header is not set.

Response
Format

JSON

Minimum Version

3.0.0

Changelog

  • 6.0.0: Accept-Language Header introduced

Request
Example

/api/dms/schema/objecttype/14
/api/dms/schema/objecttype/customer

Result
Example

See Complete Schema