Forms
List forms (questionnaires) created by the coach. Returns each form's metadata only; the questions are NOT included here. To read the questions of a form, call GET /forms/{formId}. Use type=registration for the intake questionnaire trainees fill in when they join, and type=update for recurring check-in forms.
get/api/public/forms
Query parameters
type'registration' | 'update'
Filter by form kind. "registration" is the join-time intake questionnaire; "update" is a recurring check-in form. Omit for both.
pageinteger
Page number (1-based, default 1)
limitinteger
Number of items to return (default 25, max 500)
Response
Successful response