List submitted registration (intake) form responses across every registration form, newest first. This is the questionnaire a trainee fills in when joining. Pass traineeId to read one trainee's intake answers. Each answer carries its question label and field type alongside the value. Trainee personal details and phone number are included only when the key also has trainees:read.
Query parameters
Only responses submitted by this trainee.
Embed each response's answers instead of returning metadata only, so one call gives both the questions and what the trainee replied. Every answer carries its question label, field type and value, and file, photo and signature answers also carry a temporary presignedUrl. Requires traineeId, which keeps the number of answers bounded.
Filter by handling status.
Search the trainee name or the form title.
Filter by trainee gender.
Comma-separated label ids the trainee must carry.
Only responses submitted on or after this date (YYYY-MM-DD).
Only responses submitted on or before this date (YYYY-MM-DD).
Page number (1-based, default 1)
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.