Get application answers
GET/api/v1/applications/:applicationId/answers
Returns immediately. Before the applicant submits, this is their live working set; after submission it is the locked snapshot under review — isLockedSnapshot says which one you are reading. Draft answers, formula-computed answers, and table (tuple) answers are never included: the set is what a reviewer attests to, scalar values only. Answers you wrote through this API appear here like any others.
Request
Responses
- 200
- 403
- 404
The application's answers and whether they are the locked snapshot.
The application does not exist or belongs to another profile.