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?