List Public Published Experiences by Username

View as Markdown
List all published (non-draft) public experiences for a specific user identified by username. This endpoint allows any logged-in user to view another user's public published experiences. Only experiences with visibility='public' and is_draft=False are returned. Supports the same filtering, searching, and ordering capabilities as the main published list. **UID Structure:** For published experiences, the 'uid' field points to the deployed resource UID (domain, blog, or quest), while 'experience_uid' contains the original experience UID.

Path parameters

usernamestringRequired

Query parameters

categoryintegerOptional
orderingstringOptional
Which field to use when ordering the results.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.
statusenumOptional
* `not_started` - Not Started * `in_progress` - In Progress * `completed` - Completed * `failed` - Failed
Allowed values:
subcategoryintegerOptional
tagslist of integersOptional

Response

List of public published experiences for the specified user
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

401
Unauthorized Error
404
Not Found Error