Get playlist assets within a folder for a Spotlight

Returns the assets in a folder in a Spotlight or Presentation’s playlist

This call returns the assets found inside a folder in a Spotlight or Presentation’s playlist. Three path parameters are required:

  • The id of a Spotlight or Presentation
  • The id of a playlist featured in that Spotlight or Presentation
  • The id of a folder included in that playlist

A 200 code is returned when one or more assets are found inside the playlist folder. The response includes the properties of each asset, including its title and id. For an overview of asset properties, please see the table in Get asset.

Note that a playlist folder may contain subfolders. However, the assets in those subfolders are not included in the response. The response only contains assets inside the folder whose folder id you enter. If the folder does not contain any assets, then a 200 code is returned with an empty response body.

If the folder id does not match a folder contained in the playlist, then a 401 message is returned with the message “FolderId is not in Playlist Scope.”

If the playlist id does not match a playlist in the Spotlight or Presentation, then a 401 is returned with the message “Playlist does not exist in presentation.”

Language
Authorization
URL
Click Try It! to start a request and see the response here!