내가 작성한 편지 목록 조회

Request Sample

JSON
복사

Response Sample - 1

{ "isSuccess": true, "responseCode": 1101, "message": "작성한 편지 목록 조회 성공", "result": [ { "letterId": 1, "writerNickname": "이름1", "letterContent": "내용1", "x": 1.0, "y": 1.0, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 2, "writerNickname": "이름2", "letterContent": "내용2", "x": 2.0, "y": 2.0, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 3, "writerNickname": "이름3", "letterContent": "내용3", "x": 3.0, "y": 3.0, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 4, "writerNickname": "이름4", "letterContent": "내용4", "x": 44.0, "y": 5.0, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 5, "writerNickname": "이름5", "letterContent": "내용5", "x": 6.0, "y": 6.0, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 6, "writerNickname": "미쯔", "letterContent": "오늘도 힘내세요!", "x": 37.496334075927734, "y": 127.0386962890625, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 7, "writerNickname": "초코송이", "letterContent": "커피 맛집! 시간되면 마루 360도 놀러가보세요~", "x": 37.494537353515625, "y": 127.03886413574219, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 8, "writerNickname": "하리보", "letterContent": "출근하기 싫다....우리 같이 불금을 기다려요!", "x": 37.500980377197266, "y": 127.03680419921875, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 9, "writerNickname": "비요뜨", "letterContent": "수프림 타코 짱맛!친절하셔서 더 기분이 좋네요. 자주 놀러가겠습니다~", "x": 37.49919128417969, "y": 127.03642272949219, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 10, "writerNickname": "짱구", "letterContent": "오늘도 출근....다들 Jax의 u love u 들어보세요! 출근길의 유일한 힐링. 이걸 듣는 분도 힐링하셨으면 좋겠네요~", "x": 37.498260498046875, "y": 127.0429916381836, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" }, { "letterId": 11, "writerNickname": "칸쵸", "letterContent": "여기 참 노을이 이쁘네요. 나무 아래에 쿠키를 숨겨놨어요", "x": 37.495235443115234, "y": 127.0382080078125, "enableCount": 4, "createdAt": "2022-09-03", "updatedAt": "2022-09-03" } ], "httpStatus": "OK" }
JSON
복사

Response Sample - 2

사용자가 작성한 편지가 없는 경우 → 빈 리스트 리턴
{ "isSuccess": true, "responseCode": 1101, "message": "작성한 편지 목록 조회 성공", "result": [], "httpStatus": "OK" }
Java
복사
Search
Header
Name
Type
Mandatory
Example
Description
COUNT1
Search
Name
Type
Mandatory
Example
Default
Description
COUNT0
Search
Name
Type
Example
Description
string
3e330fcb-2015-44b7-8558-3c62f8ccabea
UUID
COUNT1
Search
Name
Type
Value
COUNT0

Response

Search
Name
Type
Mandatory
Example
Default
Description
int
편지의 ID
String
편지를 작성한 사람의 익명 닉네임
String
편지 내용
int
편지의 잔여 열람 가능 횟수
TimeStamp
편지의 생성일
TimeStamp
편지 정보 수정일
Float
편지의 위치 - 위도
Float
편지의 위치 - 경도
COUNT8
Search
HttpStatus
Code
Error Type
Message
Description