-
Notifications
You must be signed in to change notification settings - Fork 0
โ Area
Sunny Lee edited this page Sep 26, 2023
·
5 revisions
URI | Description |
---|---|
GET /areas/{areaId} | ์ง์ญ ๊ฐ๋ณ ์กฐํ |
GET /areas/feed | ๋ด๋น๊ฒ์ด์ ํค๋์ 'ํผ๋' ๋ฉ๋ด์ ์ฌ์ฉ๋จ |
Request Parameters
Response Parameters
Field | Type | Description |
---|---|---|
areaId | Long | ์ง์ญ ID |
metropolitan | string | ์ง์ญ ๋๋ถ๋ฅ |
city | string | ์ง์ญ ์๋ถ๋ฅ |
์์ ์์ฒญ/์๋ต
Request
Response
{
"areaId": 1,
"metropolitan": "์์ธ",
"city": "๊ฐ๋จ/์ญ์ผ/์ผ์ฑ/๋
ผํ"
}
Request Parameters
Field | Type | Description |
---|---|---|
page | number | page ๋ฒํธ: 0๋ถํฐ ์์ |
size | number | ๋ฐ์ดํฐ์ ๊ฐ์: ๋ฏธ์ง์ ์ 48๊ฐ |
Response Parameters
Field | Type | Description |
---|---|---|
pageNumber | number | page ๋ฒํธ: 0๋ถํฐ ์์ |
size | number | ๋ฐ์ดํฐ์ ๊ฐ์: ๋ฏธ์ง์ ์ 48๊ฐ |
total | number | ๋ฐ์ดํฐ ์ด ๊ฐ์ |
images | object | ๊ฐ์ฒด list |
- images
Field | Type | Description |
---|---|---|
area | object | ์ง์ญ ์ ๋ณด |
title | string | ์ฌ์ง ์ด๋ฆ |
location | string | ์ง์ญ ์์ธ ์ด๋ฆ |
photographer | string | ์ฌ์ง์๊ฐ๋ช |
url | string | ์ฌ์ง url |
- images-area
Field | Type | Description |
---|---|---|
areaId | Long | ์ง์ญ ID |
metropolitan | string | ์ง์ญ ๋๋ถ๋ฅ |
city | string | ์ง์ญ ์๋ถ๋ฅ |
์์ ์๋ต
{
"images": [
{
"area": {
"areaId": 0,
"metropolitan": "string",
"city": "string"
},
"title": "string",
"location": "string",
"photographer": "string",
"url": "string"
}
],
"pageNumber": 0,
"size": 0,
"total": 0
}