forked from Courageous-Developer/courageous-people-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Tag보여주기
Bohyeon Kim edited this page Oct 13, 2021
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | board/tag | Tag보여주기 |
Content-Type: application/json
[
{
"id": 1,
"tag_content": "500ml",
"type": 2,
"color_index": 3,
"updt_dt": "2021-09-13T17:41:21.441220+09:00",
"insrt_dt": "2021-09-13T17:41:21.441220+09:00",
"usage_fg": "Y",
"review": 6
},
{
"id": 2,
"tag_content": "300ml",
"type": 2,
"color_index": 1,
"updt_dt": "2021-09-13T17:43:47.240987+09:00",
"insrt_dt": "2021-09-13T17:43:47.240987+09:00",
"usage_fg": "Y",
"review": 5
},
{
"id": 3,
"tag_content": "에그타르트",
"type": 1,
"color_index": 0,
"updt_dt": "2021-09-13T17:44:35.286096+09:00",
"insrt_dt": "2021-09-13T17:44:35.286096+09:00",
"usage_fg": "Y",
"review": 5
}
]