Skip to main content

Module query

Module query 

Source
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§

ListEnvelope
The {items, metadata} envelope every 8.3 list endpoint answers with.
ListMetadata
The metadata block of the list envelope (tolerant: fields may be absent, extra keys like metrics are ignored).
ListQuery
The standard query params every 8.3 list endpoint accepts.