get https://api.shift.io/v3/playlists//folders//assets
Returns the assets inside a playlist folder
This call returns the assets contained in a playlist folder and the properties of each asset. For an overview of asset properties, please see the table in Get asset.
Two path parameters are required to make this call:
- A playlist id
- The id of a folder contained in the playlist
For an array of playlist ids, see Get all playlists. For an array of folders contained in a specific playlist, see Get folders.
A 200 code is returned when a playlist and folder matching the ids are found. If the folder does not contain any assets, then the response will be empty.