GET catalog/…

Retrieves the details of a single catalog.

Resource URL

https://www.drillster.com/api/2.1.1/catalog/{catalog_id}

Parameters

Field Type Description
catalog_id
required
String The unique ID of the catalog.

Response

A 2.1.1 UserCatalog object.

Error responses

The following error situations are possible:

ID Response code Description
not_authorized 400 (Bad request) The calling user must have PUBLISH_TO_CATALOG permission.
catalog_id_missing 400 (Bad request) No catalog ID was specified.
catalog_not_found 404 (Not found) The specified catalog was not found.
not_linked_to_organization 401 (Unauthorized) Caller is not linked to an organization.
not_permitted 403 (Forbidden) Only the own organization is accessible.