OpenIsle Docs
ApiUsersIdentifierHot tags

User hot tags

Get tags frequently used by user

GET
/api/users/{identifier}/hot-tags
AuthorizationBearer <token>

In: header

Path Parameters

identifierstring

Query Parameters

limit?integer
Formatint32

Response Body

curl -X GET "https://www.open-isle.com/api/users/string/hot-tags?limit=0"
[
  {
    "id": 0,
    "name": "string",
    "description": "string",
    "icon": "string",
    "smallIcon": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "count": 0
  }
]