GET/tags.json
List All Tags
Request Examples
Example Request
GET
/tags.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"tags": [
{
"name": "api",
"id": "5",
"color": "#b1da34"
}
]
}