Browse Catalog
Browse one catalog type: filtered, sorted and paged server-side.
Paging every registry of a type separately and merging client-side cannot be made correct — a single offset has no meaning over the concatenation — so the whole type is paged as one ordered result here instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Catalog type to browse
Free-text filter over name and description
Restrict to one category facet
'featured' (default) or 'name'
1 <= x <= 500x >= 0Response
Successful Response
One page of a type's catalog plus the context needed to browse it.
total and categories cover the whole filtered catalog, not the page:
without them a page that happens to contain no visible matches is
indistinguishable from the end of the catalog, and facet counts drift as
more pages load.