Get Xp Threshold By Id And Xp Id
GET/v1/sandbox/:sandbox_id/xp/:xp_id/xp-threshold/:xp_threshold_id
Get Xp Threshold by ID. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Request
Path Parameters
xp_id uuidrequired
xp_threshold_id uuidrequired
sandbox_id uuidrequired
Sandbox ID
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
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.
{
"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...