Get Loot Versions
GET /v1/history/sandbox/{sandbox_id}/loot/
GET
/v1/history/sandbox/{sandbox_id}/loot/
Get all version history for Loot
Parameters
Path Parameters
sandbox_id
required
Sandbox ID
string format: uuid
Sandbox ID
Query Parameters
loot_ids
Loot IDs to filter by
Array<string>
Loot IDs to filter by
legacy_loot_ids
Legacy Loot IDs to filter by
Array<integer>
Legacy Loot IDs to filter by
name
Filter by case insensitive name
string
Filter by case insensitive name
sort_order
Sort order
string
Sort order
cursor
Cursor to designate where you are in iterating through values. Start with ‘0’, and pass this on subsequent calls to continue iteration
string
Cursor to designate where you are in iterating through values. Start with '0', and pass this on subsequent calls to continue iteration
page_size
The maximum number of elements to be returned per call
integer
The maximum number of elements to be returned per call
Responses
200
Successful Response
object
transactions
required
Array<object>
object
account_id
required
string
transaction_id
required
string
issued_at
required
string format: date-time
operation
required
string
version_id
required
string
version_name
string
version
page_meta
required
object
cursor
string
page_size
integer
total
integer
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string