Skip to main content

Claiming points of a userQuest

POST 

/userQuest/:userQuestId/claim

Claiming points of a userQuest

Request

Path Parameters

    userQuestId userQuestIdrequired

    UserQuest id

Responses

UserQuest claimed successfully

Schema

    lastComputedAt date-time

    Time representation of the last computation of computedData

    state userQuestState (string)

    Possible values: [default, archived, cancelled]

    stage integer

    The stage upon which points were granted

    createdAt date-time

    Time representation of userQuest creation

    questId questId (string)

    Unique identifier for Quest

    userId uuid

    Unique identifier

    computedData string

    Optional json data generated internally

    id userQuestId (string)

    Unique identifier for UserQuest

    creatorData string

    Optional json data provided by the user

Loading...