v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

Provide a single resource - DocumentTypes

Retrieves a DocumentType resource.

get/document-types/{id}

Path parameters

idstring required

Resource identifier

Response

DocumentType resource

legacyIdinteger
objectTypestring
defaultboolean
hasVariantboolean
idstring

This is the unique identifier of the resource

Example response

{
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "description": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "id": "identifier_example"
}