mStream/docs/API/playlist_getall.md
2017-07-19 23:48:04 -04:00

21 lines
273 B
Markdown

**Get All Playlists**
----
Gets all playlists
* **URL**
/playlist/getall
* **Method:**
`GET`
* **Success Response:**
* **Code:** 200 <br />
**Content:** List of playlists names
```
[{"name": "Driving Music"}, {"name": "Best Of The 80s"}]
```