Skip to main content

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

Successful Response

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.

Loading...