OpenIsle Docs
ApiTags

List tags

List tags with optional keyword

GET
/api/tags
AuthorizationBearer <token>

In: header

Query Parameters

keyword?string
page?integer
Formatint32
pageSize?integer
Formatint32
limit?integer
Formatint32

Response Body

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