Get Many Xp Thresholds
GET/v1/sandbox/:sandbox_id/xp/:xp_id/xp-threshold
Get Xp Thresholds for Xp table. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Request
Path Parameters
xp_id uuidrequired
sandbox_id uuidrequired
Sandbox ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
The Xp Thresholds
custom_data
object
Custom data associated with the resource
property name* string
xp_level_threshold Xp Level Threshold (integer)required
The XP Threshold value.
xp_level_threshold_id uuidrequired
The ID of the XP Threshold.
{
"data": [
{
"custom_data": {},
"xp_level_threshold": 0,
"xp_level_threshold_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...