Get Tags

Get Tags

Get all tags

Request
URI
GET
https://{api_host}/iaas/api/tags
COPY
Query Parameters
string
apiVersion
Required

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about


Responses
200

successful operation

Returns TagResult of type(s) application/json
{
    "content": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "totalElements": 1
}
array of Tag
content
Optional

List of content items

integer As int64 As int64
totalElements
Optional

Total number of elements


403

Forbidden

Operation doesn't return any data structure