---
title: "List information requests for an application"
method: GET
path: "/applications/{applicationId}/information-requests"
tags: ["Onboarding"]
---

# List information requests for an application

`GET /applications/{applicationId}/information-requests`

Returns all information requests for a given onboarding application.

## Path parameters

- `applicationId` string, uuid, required — The ID of the application to work with.

## Response `200`

OK

- object[]
  - `id` string, uuid, required — Unique identifier for the information request.
  - `applicationId` string, uuid, required — The onboarding application this request belongs to.
  - `requiredInformation` object[], required — Information items requested from the applicant.
    - `expectedResponseType` 'file' | 'text' | 'boolean' | 'date', required — The expected format of the response for this information request item.
    - `code` string, required — The standardised code identifying the type of information requested.
  - `associatedPeople` object[], required — Associated people with their own required information items.
    - `id` string, uuid, required — The associated person ID.
    - `requiredInformation` object[], required — Information items requested from this associated person.
      - `expectedResponseType` 'file' | 'text' | 'boolean' | 'date', required — The expected format of the response for this information request item.
      - `code` string, required — The standardised code identifying the type of information requested.
  - `additionalInformation` string, nullable, required — Free text context about why the information is needed.
  - `createdAt` string, date-time, required — The date the Resource was initially created. ISO 8601 format without milliseconds.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/versions/a162c72b8bf6/schema)
