GET/tags.json

List All Tags

Request Examples

Example Request

GET
/tags.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "tags": [
    {
      "name": "api",
      "id": "5",
      "color": "#b1da34"
    }
  ]
}