Get all the sales batches that have been imported
Query Parameters
- offset integer
The number of items to skip before starting to collect the result set
- limit integer
The numbers of items to return. If not present, results will be limited to 100 items
Responses
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The batch ID
- lookback integer
Possible values:
>= 1
and<= 60
This is the number of months to look back to when matching calls to your sales.
- status string
processing|complete|failed
- successes integer
The qty of successful matches
- errors integer
The qty of failed matches
[
{
"id": "1",
"lookback": 6,
"status": "processing",
"successes": "1",
"errors": "1"
}
]
Validation error in request, details can be found in the body of the response