latestOpenAPI 3.0.02026-08-19219210532.7 KB
bd5a5f406bca
cms
List short missions with pagination
get/api/v1/short-missions
Query parameters
idsstring[] nullable
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
pagenumber
Page number starting from 1.
limitnumber
Limit for the number of results per page.
searchStringstring
Optional. Filter missions by title or content (substring match). Omit to return missions regardless of title/content.
searchstring
Optional. Full-text search across the mission title via the CMS text index. When set, results are ranked by relevance unless an explicit order is provided. Can be combined with searchString (both filters apply).
language'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans'
Optional. Filter missions by language. Omit to return missions in any language.