Get all beneficiary batches
GET
/beneficiaries/batch Retrieves all beneficiary batches matching the query parameters and that belong to the logged-in identity.
Request
Query parameters
Responses
200OK
Success
Headers
Body
application/json
objectobject · 3 fields
Response example
{ "batches": [ { "operationBatchId": { "batchId": "string", "operation": "CREATE" }, "tag": "string", "state": "INITIALISED" } ], "count": 0, "responseCount": 0}