Returns all information requests for a given onboarding application.
The ID of the application to work with.
36"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
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.
[
{
"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"
}
]