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