OpenIsle Docs

List tags

List tags with optional keyword

GET
/api/tags
AuthorizationBearer <token>

In: header

Query Parameters

keyword?string
limit?integer
Formatint32

Response Body

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