Get Rule Set Versions
GET/v1/history/sandbox/:sandbox_id/inventory-bucket-use-rule-set
Get all version history for Rule Sets
Request
Path Parameters
Sandbox ID
Query Parameters
Inventory Bucket Use Rule Set IDs to filter by
Legacy Rule Set IDs to filter by
Possible values: non-empty and <= 128 characters
Filter by case insensitive name
Sort order
Possible values: non-empty and <= 128 characters
Default value: 0
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
Possible values: >= 1 and <= 10000
Default value: 50
The maximum number of elements to be returned per call
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
transactions
object[]
required
page_meta
object
required
Default value: 10
Default value: 0
{
"transactions": [
{
"account_id": "string",
"transaction_id": "string",
"issued_at": "2024-07-29T15:51:28.071Z",
"operation": "string",
"version_id": "string",
"version_name": "string"
}
],
"page_meta": {
"cursor": "string",
"page_size": 10,
"total": 0
}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}