Get History
GET/v1/history/sandbox/:sandbox_id/session-template/:session_template_id/platform-session-template/:platform
Get History for sandbox
Requires any of permissions: sandbox:config:view, sandbox:config:edit
Request
Path Parameters
ID of the session template
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
Sandbox ID
Query Parameters
ID to filter by
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"
}
]
}