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

    questId questId (string)

    Unique identifier for Quest

    createdAt date-time

    Time representation of userQuest creation

    state userQuestState (string)

    Possible values: [default, archived, cancelled]

    lastComputedAt date-time

    Time representation of the last computation of computedData

    stage integer

    The stage upon which points were granted

    id userQuestId (string)

    Unique identifier for UserQuest

    userId uuid

    Unique identifier

    creatorData string

    Optional json data provided by the user

    computedData string

    Optional json data generated internally

Loading...