Get a list of order history buckets
GET
/OrderHistoryBucket
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/OrderHistoryBucket?sort&modifiedAfter&page=1&resultsPerPage=20'
Response Response Example
{
"pagination": {
"totalRecords": 5,
"page": 1,
"resultsPerPage": 3
},
"items": [
{
"id": "a9j4aj",
"description": "SINGLE BUCKET",
"orderTypeDescription": "Single Bucket History",
"isTotal": true
},
{
"id": "p7j96j",
"description": "JAN",
"orderTypeDescription": "Multi Bucket History",
"isTotal": false
},
{
"id": "68jgpj",
"description": "FEB",
"orderTypeDescription": "Multi Bucket History",
"isTotal": false
}
]
}
Request
Query Params
sort
stringÂ
optional
modifiedAfter
stringÂ
optional
page
stringÂ
optional
Example:
1
resultsPerPage
stringÂ
optional
Example:
20
Responses
Modified at 2025-05-15 21:18:59