Tags

Get all tags

This endpoint returns a list of Tag resources.

GET /api/v2/tags/

GET /api/v2/tags/ HTTP/1.1
Accept: application/json
Authorization: Token "YOUR SDE ACCESS TOKEN"
HTTP/1.1 200 OK
Content-Type: application/json

{
    "results": [{
        "name": "important"
    },
    {
        "name": "deployment"
    },
    {
        "name": "my_tag"
    }]
}

results matching ""

    No results matching ""