-
Notifications
You must be signed in to change notification settings - Fork 0
Hashtags
김은우 edited this page Mar 26, 2020
·
1 revision
Context-type : application/json
GET /api/hashtag/:tag
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,
"Hashtags": [
{
"id": 2,
"name": "apple",
"createdAt": "2020-03-24T16:43:46.000Z",
"updatedAt": "2020-03-24T16:43:46.000Z",
"PostHashtag": {
"createdAt": "2020-03-24T16:43:59.000Z",
"updatedAt": "2020-03-24T16:43:59.000Z",
"HashtagId": 2,
"PostId": 5
}
}