List classifications
Paginated in the envelope the Laravel v3 API returns, so a console that
walks next_page_url keeps working.
The page is taken after the policy filter rather than in SQL, because
visibility is a per-classification decision: paging in the query would
return short pages whenever a caller could not see some rows, and
total would describe rows the caller is not allowed to know about.
Authorizations
A machine credential, qk_ followed by its secret. The first twelve
characters are an indexed prefix; the rest is compared in constant time
against a stored SHA-256 hash. A key reaches only the configurations it is
linked to.
It may also be sent as Authorization: Bearer qk_..., which is
recognised by the prefix.
Query Parameters
1-based page number.
x >= 11 <= x <= 200Response
A page of classifications.
The paginator envelope of the v3 API this service replaces, reproduced
field for field so a console that walks next_page_url keeps working.
At least 1
1-based index of the first row on this page; null when empty.
Built for rendering a pager. Labels carry HTML entities.