Get All Posts
METHOD
GET
URL EXAMPLE
/gistps/api/v1/post
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
},
{
"id": 3,
"comment": [],
"title": "์๋น ~์ ๋ํด ๊ฑด์ํฉ๋๋ค2",
"description": "~ํ ๋ฌธ์ ํด๊ฒฐ ๋ฐ๋๋๋ค2",
"category": "๋ถ๋ฅ2",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 2
}
]
Last updated
Was this helpful?