v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

Provide a single resource - AttributeSet

Retrieves a AttributeSet resource.

get/attribute-sets/{id}

Path parameters

idstring required

Resource identifier

Response

AttributeSet resource

legacyIdinteger
idstring required

This is the unique identifier of the resource

documentTypeCodestring required

This is the unique identifier of the document type that the resource should be apply to

dateModifiedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

Example response

{
  "attributes": {
    "id": "attribute_example",
    "position": 1
  },
  "id": "identifier_example",
  "documentTypeCode": "document_type_example",
  "description": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  }
}