Get Post by postId
METHOD
GET
URL EXAMPLE
/gistps/api/v1/post/:postId
id: ๊ฒ์๋ฌผ ๊ณ ์ id
RESPONSE BODY EXAMPLE
{
"id": 1,
"comment": [],
"title": "๊ธฐ์์ฌ ~์ ๋ํด ๊ฑด์ํฉ๋๋ค",
"description": "~ํ ๋ฌธ์ ํด๊ฒฐ ๋ฐ๋๋๋ค",
"category": "๋ถ๋ฅ1",
"created": "2021-08-12",
"answered": false,
"accepted": 0,
"userId": 1
}
Last updated
Was this helpful?