[자율][A202]369팀
/
사용자 장소 목록 조회
사용자 장소 목록 조회
Request
Response(성공)
PlaceResponse의 List
Search
Response
Name
Type
Required
Description
Default
Note
placeId
Open
Int
장소 아이디
name
Open
String
장소명
lat
Open
Float
위도
lng
Open
Float
경도
CommonResponse
{
"status"
:
"success"
,
"data"
:
{
"id"
:
"String"
,
"name"
:
"String"
}
}
JSON
복사