List batches - V1
GET /order/v1/batch
List the batches created for your company, cursor paginated.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of items returned in the current page (default 20, max 5000)
Direction of the sort (default: desc)
Cursor used for pagination. Omit this field in the first request. For subsequent requests, set it to the nextCursor value returned in the previous response.
Filter by multiple company ids
Filter by batch status
Filter by the receiver document number
Filter by end-to-end id. Matches any child transaction of the batch, not just the first one.
Filter by creation start date, in the format YYYY-MM-DD
Filter by creation end date, in the format YYYY-MM-DD
Responses
Section titled “ Responses ”The resource was returned successfully
object
The maximum number of records returned in the current page. Corresponds to the limit value provided in the request.
Defines the sorting direction applied to the results. Allowed values: “asc” — ascending order, “desc” — descending order (default)
A cursor value representing the timestamp of the last item returned in the current page. This value must be provided as the cursor parameter in the next request to continue retrieving results.
Indicates whether additional pages of data are available.
The array of batches
object
Sum of feeFix across all child transactions
Sum of feeVar across all child transactions
object
object
object
object
object
Company ID.
Company name.
The date and time when the batch was created.
The date and time when the batch was last updated.
The request is not valid
Unauthorized Request
An unexpected error occurred inside the server