GET organization/…/catalogs

Retrieves all catalogs that an organization can publish to.

Resource URL

https://www.drillster.com/api/2.1.1/organization/{organization_id}/catalogs

Parameters

Field Type Description
organizationId
required
String The unique ID of organization. As a reference to the own organization, the value self may also be used.
query
optional
String An optional query to filter the results.
resultFrom
optional
String The id of the last element from the previous page. Use this parameter, in combination with resultSize, to apply pagination of the result; it will limit the number of catalogs included in the result. If it is not specified, the first page will be displayed.
resultSize
optional
Integer The maximum number of users to include in the result. If not specified, a maximum of 10 users with their test results are returned.

Response

A 2.1.1 Catalogs object, with a list catalogs (paginated).

Error responses

The following error situations are possible:

ID Response code Description
not_linked_to_organization 403 (Forbidden) Caller is not linked to an organization.
not_permitted 403 (Forbidden) Only the own organization is accessible.
organization_not_found 404 (Not found) The requested organization was not found.