Expand description
The standard 8.3 list envelope + query (02-RESEARCH §Verified Endpoint
Catalog): every list-capable endpoint takes the same
limit/offset/sortBy/search/filter params and answers
{items, metadata} — ONE generic pair covers them all.
limit = -1 is the UI’s “everything” convention (observed: unset
limit behaves as -1). Serde is deliberately tolerant: metadata may
carry extra keys (e.g. metrics) and omit fields — no
deny_unknown_fields anywhere, every metadata field carries
#[serde(default)].
Structs§
- List
Envelope - The
{items, metadata}envelope every 8.3 list endpoint answers with. - List
Metadata - The
metadatablock of the list envelope (tolerant: fields may be absent, extra keys likemetricsare ignored). - List
Query - The standard query params every 8.3 list endpoint accepts.