Get subfolders for a link

Returns the subfolders in a Review Link’s folder

This call returns the subfolders found inside a folder in a Review Link. Two path parameters are required to make this call:

  • A Review Link id
  • The id of a folder contained in the Review Link

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

Note that a subfolder may itself contain subfolders, but any additional layers of subfolders are not included in this call’s response. The response only contains the subfolders directly inside the folder whose folder id you enter. If the folder does not contain any subfolders, then a 200 code is returned with an empty response body.

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

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