Skip to main content

get questTypes

GET 

/questTypes

get questTypes

Request

Query Parameters

    category string

    The category of the questTypes to fetch

Responses

QuestTypes successfully retrieved

Schema

    descriptions stringnullable

    Json containing different descriptions for different applications/stages of a quest

    thumbnail urinullable

    URL to the questType's thumbnail image

    category string

    The class for the current QuestType

    name stringrequired

    The name of the function that will get executed for the current QuestType

    id questTypeId (string)

    Unique identifier for QuestType

    title stringrequired

    The title displayed to the user for the QuestType

    checkOnLogin boolean

    Whether this QuestType should be checked on login or not

    data string

    Json containing the params of the questType

Loading...