Get All Deserter Configs
GET/session/v1/deserter
Get all deserter configs
Responses
- 200
- 403
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
deserter_configs
object[]
required
List of desertion config objects
deserter_id uuidrequired
Unique id for this set of deserter config
last_cleared_timestamp date-time
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
{
"deserter_configs": [
{
"deserter_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_cleared_timestamp": "2024-07-29T15:51:28.071Z"
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Loading...