4. List tag
Returns a list of tag
Example Request
Method
URL
Params
Key
Value
Description
is_local
true/false
false: Show cloud profiles, true: Show local profiles
Example Response
[
    {
        "value": 132,
        "label": "tag 1"
    },
    {
        "value": 136,
        "label": "tag 2"
    },
    {
        "value": 137,
        "label": "tag 3"
    },
    {
        "value": 138,
        "label": "tag 4"
    }
]Last updated
