List tags
List tags with optional keyword
AuthorizationBearer <token>
In: header
Query Parameters
keyword?string
limit?integer
Format
int32Response 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
}
]