Get a batch by ID
GET/platform/solutions/api/v1/orgs/{orgId}/batches/{batchId}
Retrieve a batch by its ID.
Usage
GET /orgs/{orgId}/batches/{batchId}
Parameters
orgId(string, required): the ID of the organization.batchId(Guid, required): the ID of the batch.
Responses
200 OK: returns theBatchDto.400 Bad Request: invalid request (missing or malformed parameters).404 Not Found: batch not found.
Security
This API requires authentication.
Request
Responses
- 200
OK