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