mStream/docs/API/playlist_getall.md
2017-03-03 15:14:51 -05:00

21 lines
266 B
Markdown

**Get All Playlists**
----
Gets all playlists
* **URL**
/playlist/getall
* **Method:**
`GET`
* **Success Response:**
* **Code:** 200 <br />
**Content:** List of playlists names
```
['Smooth Jazz', 'Generic Rock', 'Elevator Music']
```