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?