Forms

List submitted responses for a form, newest first. Trainee personal details and phone number are included only when the key also has trainees:read; coach private notes are never returned.

get/api/public/forms/{formId}/responses

Path parameters

formIdstring required

Query parameters

traineeIdstring

Only responses submitted by this trainee. Use it to read one trainee's answers directly instead of searching by name.

status'Pending' | 'Handled'

Filter by handling status.

searchstring

Search the trainee name.

dateFromstring

Only responses submitted on or after this date (YYYY-MM-DD).

dateTostring

Only responses submitted on or before this date (YYYY-MM-DD).

pageinteger

Page number (1-based, default 1)

limitinteger

Number of items to return (default 25, max 500)

Response

Successful response

Changes

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