Skip to main content
GET
List all catalogues

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer

Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.

per_page
integer
default:20

Items per page. Defaults to the resource-specific page count if configured, otherwise 20

page
integer
default:1

Page number. Defaults to 1 when omitted

Response

200 - application/json

OK

ID
integer

UID of this catalogue

Example:

1

Name
string

Name of this catalogue

Example:

"Private Catalogue"

NameWithSlug
string

URL slug of this catalogue page

Example:

"private-catalogue"

VisibilityStatus
enum<string>

Visibility of this catalogue. Could be either Private or Public. The Private status means this catalogue is visible only to a limited audience while Public catalogue is available to all developers

Available options:
Private,
Public
Example:

"Private"