---
title: "Get all answers for every report"
method: GET
path: "/v3/reports/getAllAnswersForUser"
tags: ["answers"]
---

# Get all answers for every report

`GET /v3/reports/getAllAnswersForUser`

Returns all answers created by a user, and created by any member of a team they manage for all reports

## Response `200`

Example response

- object
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` Answer
      - `report` string, required — Report ObjectId
      - `reportName` string, required
      - `username` string
      - `organization` string
      - `areaOfInterest` string — Area ObjectId
      - `areaOfInterestName` string
      - `language` string, required
      - `userPosition` unknown[]
        - unknown
      - `clickedPosition` unknown[]
        - unknown
      - `startDate` string
      - `endDate` string
      - `layer` string
      - `user` string, required — User ObjectId
      - `responses` AnswerResponse[]
        - `id` string
        - `name` string, required
        - `value` string
      - `createdAt` string, date-time, required
      - `fullName` string
      - `teamId` string

## Other responses

- `401` — Error Response

## Changes

> 17 revisions in range; 2 could not be searched.

- **2022-08-25** `31b8e1ad5cc7` — 1 info
  - added the optional property `data/items/attributes/teamId` to the response with the `200` status
- **2022-07-04** `a80d11c2af05` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wri/apis/fw-forms/changes/v3/reports/getAllAnswersForUser/get.md)

---

[API](https://skmtc.dev/wri/apis/fw-forms.md) · [All operations](https://skmtc.dev/wri/apis/fw-forms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wri/fw-forms/revisions/d54251cc1650/schema)
