Get Quest Suggestions

View as Markdown

Retrieves suggested quests for the authenticated user. If quest_id is provided, returns quests similar to the specified quest based on matching attributes (category, subcategory, tags, player_level, focus_area). If quest_id is not provided, returns general public quests excluding those the user has already started.

Query parameters

pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
quest_idintegerOptional
Optional. The ID of a quest to find similar quests for.

Response

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

Errors

401
Unauthorized Error