List or Create User Quests

View as Markdown
Lists all quests associated with the authenticated user or creates a new user quest.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
progress_percentdoubleOptional
questintegerOptional
searchstringOptional
statusenumOptional
* `not_started` - Not Started * `in_progress` - In Progress * `completed` - Completed * `failed` - Failed
Allowed values:
userintegerOptional

Response

List of user quests
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

400
Bad Request Error
401
Unauthorized Error