Bookmark List
URL
http://api.pm0603.com/api/bookmark/list
Method
GET
Header
Key | Value |
---|---|
Authorization | Token[Token key value] |
URL Params
None
Data Params
None
Success Response
- Code: 200
{
"count": 0,
"next": null,
"previous": null,
"results": []
}
Response Detail
(출력값은 6개 단위로 pagination되며 최신 입력순으로 출력된다.)
Key | Type | Value |
---|---|---|
count | 3 | 해당유저가 가진 모든 bookmark의 갯수 |
next | null | pagination관련 |
previous | null | pagination관련 |
results | dict | content(공연정보id값), title(공연 이름), price(공연가격), start_date(공연시작날짜)가 포함된 사전을 출력 |
Error Response
- Code: 500
- Reason : 헤더에 token이 누락됨
- Code: 405
- Reason: 메소드를 잘못 보냄
{
"detail": "Method \"POST\" not allowed."
}