---
title: "Returns answers submitted for a single Web Form Assignment"
method: GET
path: "/web-form-assignments/{webFormAssignmentId}/form-answers"
tags: ["assignments-submissions"]
---

# Returns answers submitted for a single Web Form Assignment

`GET /web-form-assignments/{webFormAssignmentId}/form-answers`

## Response `200`

Answers submitted for Web Form Assignment were retrieved

- WebFormAnswers
  - `answers` WebFormAnswer, required
    - `fieldId` string, required
    - `integrationKey` string
    - `answerValue` string[], required

## Other responses

- `401` — With codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — With codes: * **'WEB_FORM_ASSIGNMENT_NOT_FOUND'** when there is no Web Form Assignment for given id * **'WEB_FORM_ASSIGNMENT_ANSWERS_NOT_FOUND'** when there are no Web Form Assignment Answers for given id
- `500` — Unexpected error

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
