Get Xp By Id
GET /v1/sandbox/{sandbox_id}/xp/{xp_id}
Get Xp by ID. Requires any of permissions: sandbox:config:view, sandbox:config:edit
Authorizations
Parameters
Path Parameters
Xp ID
Xp ID
Sandbox ID
Sandbox ID
Responses
200
Successful Response
A collection of XP Thresholds. Thresholds are sorted by XP Threshold value.
XP Levels can be skipped by setting a XP Threshold value to be the same as the previous XP Threshold value. Example: Thresholds: 100, 200, 300 will correspond to XP Level 1 at 100 XP, XP Level 2 at 200 XP, and XP Level 3 at 300 XP. To skip level 2, insert another XP Threshold with the value 200. This will cause level 2 and level 3 to be at 200 XP effectively skipping level 2.
object
Custom data associated with the resource
object
Name of the resource
Description of the resource
The XP Thresholds.
An XP Level threshold. This is used to determine the next XP Level.
object
Custom data associated with the resource
object
The XP Threshold value.
The ID of the XP Threshold.
ID of the Sandbox
Account ID of the user who last modified the resource
Timestamp of when the resource was last modified
Timestamp of when the resource was created
The ID of the XP.
The legacy ID of the XP.
422
Validation Error