로그인 하지 않아도 사용할 수 있습니다. 하지만 public 이 false 인 앨범은 앨범 주인만 조회할 수 있습니다.
-
URL
/album/int:clip_id
-
Method:
|
GET
| -
URL Params
Required:
N/A
Optional:
N/A
-
Data Params
N/A
-
Success Response:
- Code: 200
Content:{ "okay": true, "album": { "id": 2, "user_id": 1, "title": "내 북마크", "cnt": 0, "public": null, "clip_ids": [] } }
- Code: 200
-
Error Response:
- Code: HTTP_406_NOT_ACCEPTABLE
Content:{"okay": false, "msg": "This is a private album"}
- Code: HTTP_406_NOT_ACCEPTABLE
-
Sample Call:
-
Notes: