Monitoring

List automatically detected positive moments for your trainees (new personal record, consistency streak, measurement progress, coaching milestone), newest first. Uses cursor pagination: pass the returned nextCursor to fetch the next page.

get/api/public/quick-wins

Query parameters

cursorstring

Cursor from the previous response (nextCursor).

limitinteger

Items per page. Defaults to 15.

filter'active' | 'handled'

Return wins still awaiting action, or ones already handled. Defaults to active.

searchstring

Search the trainee name.

Response

Default Response

nextCursorstring nullable

Pass as cursor to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 1 revision of this API.