Get batch list of an Org
GET/platform/solutions/api/v1/orgs/{orgId}/batches
Retrieve a paginated list of batches under a specific organization.
Usage
GET /orgs/{orgId}/batches
Parameters
orgId(string, required): the ID of the organization.taskId(Guid, optional): filter batches by a specific task ID.
Query parameters
SkipCount(int, optional): number of records to skip.MaxResultCount(int, optional): maximum number of records to return.Sorting(string, optional): sort order.
Responses
200 OK: returns a paginated list ofBatchDto.400 Bad Request: invalid parameters or validation errors.401 Unauthorized: authentication is required.403 Forbidden: insufficient permissions to access this org.404 Not Found: the specified org or related data not found.
Security
This API requires authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Success
Invalid request parameters
Authentication is required
User does not have access to this organization
Organization or related data not found