Get My Posts
METHOD
GET
URL EXAMPLE
/gistps/api/v1/user/:id/post
id: ์ ์ ๊ณ ์ id (์ซ์)
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?