v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Onboarding

List available information request codes

Returns all available information request codes with their expected response types and descriptions.

get/applications/information-request-codes

Response

OK

codestring required

The standardised code identifying the type of information.

expectedResponseType'file' | 'text' | 'boolean' | 'date' required

The expected format of the response for this information request item.

descriptionstring required

Human-readable description of what the code represents.

Example response

[
  {
    "code": "string",
    "expectedResponseType": "text",
    "description": "string"
  }
]