Skip to Content
ReferenceAPICatalogueGet an item

Catalogue API

Get a catalogue item

Get a product or service in the current workspace catalogue.

GET/v1/catalogue/items/{itemId}
capability catalogue.items.get · v1operational dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

  • itemIdstring<uuid>required
    path

Response

Successful responses use Dawn's data envelope.

  • dataCatalogueItemrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • kind"product" | "service"required
    • handlestringrequired
      min length 1max length 120
    • namestringrequired
      min length 1max length 160
    • descriptionstring | nullrequired
      max length 5000
    • referencestring | nullrequired
      min length 1max length 120
    • serviceDurationMinutesinteger | nullrequired
      min 5max 1440
    • status"draft" | "active" | "archived"required
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 404The catalogue item could not be found.
  • 422The catalogue item ID is invalid.
  • 503The catalogue is temporarily unavailable.
Last updated on