GetBoardsRequest
GetBoardsRequest retrieves board information available to the aggregator.
criteria object
Criteria describing which boards to fetch.
Specific board codes to retrieve when the list is non-empty.
ISO 639-1 language code for board descriptions.
settings object
Execution settings shared across aggregator requests.
Unique identifier used to correlate downstream provider calls and responses.
Provider access identifiers that the request should target.
pos object
Point of sale information for commercial routing.
Branch or office that originated the enquiry, when available.
When true, raw provider transactions are collected for auditing.
Maximum time in milliseconds allowed for the aggregator to respond.
Enables sandbox flows where providers expose dedicated mock behaviour.
Enables diagnostic payloads that surface debug data in responses.
Token that propagates caller authentication to downstream services.
{
"criteria": {
"boardCodes": [
"string"
],
"language": "string"
},
"settings": {
"requestId": "string",
"accessIds": [
"string"
],
"pos": {
"branchOffice": "string"
},
"auditTransactions": true,
"timeout": 0,
"testMode": true,
"debugData": true,
"token": "string"
}
}