-
Notifications
You must be signed in to change notification settings - Fork 3
나만의플레이리스트조회
SimJungUk edited this page Jul 12, 2019
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /pl/custom | 사용자(아티스트) 플레이리스트 조회 |
Content-Type: application/json
{
"status": 200,
"success": true,
"message": "플레이리스트 조회",
"data": [
{
"_id": "5d25c7cbf34ce952409b9ffe",
"playlistName": "졸려요",
"playlistComment": "졸려요~?",
"userIdx": 105,
"thumbnail": [
"https://simjus3.s3.ap-northeast-2.amazonaws.com/1562721263387.jpg",
"https://simjus3.s3.ap-northeast-2.amazonaws.com/1562721263387.jpg",
"https://simjus3.s3.ap-northeast-2.amazonaws.com/1562721263387.jpg",
"https://simjus3.s3.ap-northeast-2.amazonaws.com/1562721263387.jpg"
]
}
]
}
{
"status": 404,
"success": false,
"message": "사용자를 찾을 수 없습니다."
}
{
"status": 500,
"success": false,
"message": "INTERNAL SERVER ERROR",
}