GET
/prime/webui/tagsApi/tags
Get tags
Get tags. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/tagsApi/tags' \
-H 'Authorization: Bearer <token>'OpenAPI spec
"get": {
"tags": [
"Tags"
],
"summary": "Get tags",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/TagDataViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/TagDataViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/TagDataViewResourceTableWrapper"
}
}
}
}
}
}