Skip to main content

Get a userQuest by its id

GET 

/userQuest/:userQuestId

Get a userQuest by its id

Request

Path Parameters

    userQuestId userQuestIdrequired

    The unique identifier for the userQuest

Responses

UserQuests retrieved 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...