Get Tags By Filter

Get Tags By Filter

Get Tags by Filter

Request
URI
POST
https://{api_host}/tca/tags/api/v1/orgs/{orgId}/tags/query
COPY
Path Parameters
string
orgId
Optional

The identifier of the tenant


Request Body
tagsFilter of type(s) application/json
Required
{
    "filter": {
        "associableObjects": [
            "string"
        ],
        "key": [
            "string"
        ],
        "id": [
            "string"
        ],
        "values": [
            "string"
        ]
    }
}
object
filter
Optional

filter

Authentication
This operation uses the following authentication methods.
Responses
200

Get tags by filter

Returns tagList of type(s) application/json
{
    "items": [
        {
            "id": "string",
            "key": "string",
            "description": "string",
            "values": [
                "string"
            ],
            "associableObjects": [
                "string"
            ]
        }
    ]
}
array of tag
items
Optional

items