Skip to content
김은우 edited this page Mar 26, 2020 · 3 revisions

게시물/유저 검색

Context-type : application/json

GET /api/search/:text

Request

Query Params

{
	"lastId": 0,
	"limit": 10,
}

Response

Success : 200

{
        "id": 5,
        "content": "#apple",
        "isDeleted": false,
        "isBlocked": false,
        "createdAt": "2020-03-24T16:43:59.000Z",
        "updatedAt": "2020-03-24T16:43:59.000Z",
        "UserId": 1,
        "RetweetId": null,
        "User": {
            "id": 1,
            "nickname": "aaa",
            "Image": null
        },
        "Images": [],
        "Likers": [],
        "Retweet": null,
        "Comments": []
}
Clone this wiki locally