jyb2605 / d2-react-native

1 stars 1 forks source link

일지 리스트 조회 명세서 #27

Open jyb2605 opened 5 years ago

jyb2605 commented 5 years ago

일지 리스트 조회

Request

HTTP Method URI
GET /tirps
Name Value Description
content-type application/json
authorization AAAAN2d......oU= Oauth 토큰

Query

Name Value Description
search 독산 제목 및 여행지 조회문
type ME 조회 타입
userNo 2 사용자 구분자


Response

Success

Name Value Description
content-type application/json
Name Value Description
code 200 response 코드번호
message 일지 리스트 조회 성공 response 메세지
trips
ㄴ title
ㄴ location
ㄴ begin_timestamp
ㄴ end_timestamp

ㄴ d2 해커톤
ㄴ 독산역
ㄴ 2019-2019-07-31 01:04:00
ㄴ 2019-07-31 01:51:37
일지 리스트
ㄴ 제목
ㄴ 여행지
ㄴ 여행 시작시간
ㄴ 여행 종료 시간
{
    "trips": [
        {
            "title": "d",
            "location": "ddd",
            "begin_timestamp": "2019-07-29T13:28:18.000Z",
            "end_timestamp": "2019-07-31T00:24:38.000Z"
        },
        {
            "title": "1234",
            "location": "독산",
            "begin_timestamp": "2019-07-30T16:04:00.000Z",
            "end_timestamp": "2019-07-30T16:51:37.000Z"
        }
    ],
    "code": 200,
    "message": "일지 리스트 조회 성공"
}


Fail

Status Description
300 토큰 인증 실패
301 유효하지 않은 여행 번호

<Status>

{
      "code":300,
      "message":"토큰 인증 실패"
}


relate to issue

FIXME: Describe relate to issue

  • 기능 목록화 #5