List folder experiences
GET/folder/:folderResourceId/experiences
Returns a page of the experiences directly inside a folder, alongside the paging metadata needed to walk the rest of the result set. Sub-folders are not traversed. Results can be narrowed with search and filter, and ordered with sort. Responds 400 when sort is not one of the supported values, and 404 when the folder does not exist or the caller cannot list its experiences.
Request
Responses
- 200
- 400
- 401
- 403
- 404