List information requests for an application
Returns all information requests for a given onboarding application.
GET
List information requests for an application
Authorizations
Path Parameters
The ID of the application to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Response
200 - application/json
OK
Unique identifier for the information request.
The onboarding application this request belongs to.
Information items requested from the applicant.
Associated people with their own required information items.
Free text context about why the information is needed.
The date the Resource was initially created. ISO 8601 format without milliseconds.
Example:
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"applicationId": "97ab27fa-30e2-43e3-92a3-160e80f4c0d5",
"requiredInformation": [
{
"expectedResponseType": "text",
"code": "PROOF_OF_ADDRESS"
}
],
"associatedPeople": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"requiredInformation": [
{
"expectedResponseType": "text",
"code": "PROOF_OF_ADDRESS"
}
]
}
],
"additionalInformation": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]List information requests for an application