Forms

List submitted update (check-in) form responses across every update form, newest first. Pass traineeId to read one trainee's check-in history. Registration forms are not included here; use GET /forms/registration for those. Trainee personal details and phone number are included only when the key also has trainees:read.

get/api/public/updates

Query parameters

traineeIdstring

Only responses submitted by this trainee.

escortIdstring

Only responses from this coaching period.

status'Pending' | 'Handled'

Filter by handling status.

searchstring

Search the trainee name or the form title.

gender'males' | 'females' | 'allTrainees'

Filter by trainee gender.

labelsstring

Comma-separated label ids the trainee must carry.

formTargetLabelsstring

Comma-separated label ids the form targets.

type'update' | 'dynamic'

Restrict to a form kind.

sort'asc' | 'desc'

Order by submission date. Defaults to desc.

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.