Get Posts by categoryName
METHOD
GET
URL
/gistps/api/v1/post/category?categoryName=๋ถ๋ฅ2
categoryName: ๊ฒ์๋ฌผ์ด ํด๋นํ๋ ์นดํ
๊ณ ๋ฆฌ ์ด๋ฆ (ex -๋ถ๋ฅ2)
QUERY STRING
name
type
require
descriptio
category
string
์ ํ
์ ํํ ์นดํ ๊ณ ๋ฆฌ์ ํด๋นํ๋ ๊ฒ์๋ฌผ์ ๋ถ๋ฌ์ด
RESPONSE BODY EXAMPLE
[
{
"id": 1,
"comment": [],
"title": "๊ธฐ์์ฌ ~์ ๋ํด ๊ฑด์ํฉ๋๋ค",
"description": "~ํ ๋ฌธ์ ํด๊ฒฐ ๋ฐ๋๋๋ค",
"category": "๋ถ๋ฅ1",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 1
},
{
"id": 2,
"comment": [],
"title": "๊ธฐ์์ฌ ~์ ๋ํด ๊ฑด์ํฉ๋๋ค2",
"description": "~ํ ๋ฌธ์ ํด๊ฒฐ ๋ฐ๋๋๋ค2",
"category": "๋ถ๋ฅ1",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 1
}
]
Last updated
Was this helpful?