Skip to content

Hashtags

김은우 edited this page Mar 26, 2020 · 1 revision

해시태그 검색

Context-type : application/json

GET /api/hashtag/:tag

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,
        "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
                }
}
Clone this wiki locally