List Experiences for Collection Creation

View as Markdown

List experiences from the selected publication. Used in step 2 of the collection creation wizard. Only returns experiences (is_fully_published=False). Each experience contains exactly one experience type, making it simpler to manage. Draft experiences with multiple types are excluded to avoid complexity.

Path parameters

publication_idintegerRequired
ID of the publication to list experiences from

Query parameters

experience_typestringOptional

Filter by experience type (AI_EXPERT, AI_NOTE, QUEST, PODCAST)

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

Response

List of published experiences
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

401
Unauthorized Error
404
Not Found Error