List classifications
Paginated. Each returned classification carries the users and roles
that hold its clearance.
The page is taken after the visibility filter rather than in the query,
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. Only a hash of the
secret is stored, so a key is displayed exactly once, when it is created
or rotated. 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. A missing, zero or unparseable value is the first page.
x >= 1Rows per page. A larger figure is reduced to the maximum rather than refused.
1 <= x <= 200Response
A page of classifications.
The pagination envelope. path and every *_page_url are absolute, so
a client can follow next_page_url directly.
At least 1
Every matching record, not the number on this page.
1-based index of the first row on this page; null when empty.
Built for rendering a pager. Labels carry HTML entities.
1-based index of the last row on this page; null when empty.