latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

dashboard
bff

Get track completion data for the dashboard

get/api/v1/track-completion

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.

missionReferenceIdsstring[]

List of mission reference IDs to filter tracks

searchStringstring

Optional. Filter tracks by title or content (substring match). Omit this key to return tracks regardless of title/content.

searchstring

Optional. Full-text search across title and description via the CMS text index. When set, results are always ranked by relevance (this query type does not expose an order field). Can be combined with searchString (both filters apply).

language'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans'

Optional. Filter tracks by language. Omit this key to return tracks in any language.

sagaTypestring[]
accessLevelstring[]

Access level

statusstring[]

Optional statuses filter for tracks

conversationTopic'prospecting_and_outreach' | 'discovery_and_qualification' | 'pitching_and_presenting' | 'objection_handling' | 'negotiation' | 'customer_retention' | 'expansion' | 'essential_conversational_skills' | 'sales_leadership' | 'customer_support'

Optional conversation topics filter for tracks

teamIdstring required

Team ID to filter users (mandatory)

Response