List available information request codes
Returns all available information request codes with their expected response types and descriptions.
GET
List available information request codes
Authorizations
Response
200 - application/json
OK
The standardised code identifying the type of information.
The expected format of the response for this information request item.
Available options:
file, text, boolean, date Example:
"text"
Human-readable description of what the code represents.
Example:
[
{
"code": "string",
"expectedResponseType": "text",
"description": "string"
}
]List available information request codes