-
Notifications
You must be signed in to change notification settings - Fork 0
Search
김은우 edited this page Mar 26, 2020
·
3 revisions
Context-type : application/json
GET /api/search/:text
Query Params
{
"lastId": 0,
"limit": 10,
}
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": []
}