List categories

Get paginated categories, optionally filtered by datasets

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

datasetslist of stringsOptional
Datasets to use to filter categories
offsetintegerOptional>=0<=9223372036854776000Defaults to 0
Starting index to return
limitintegerOptional>=1<=9223372036854776000Defaults to 100
Max number of items to return

Response

The paginated list of categories
metaobject
Metadata for the set of data returned
datalist of objects
The paginated categories

Errors