v1

latestOpenAPI 3.0.12026-07-2471156164.1 KB
Tags

Get a tag

get/api/v1/teams/{teamId}/tagcategories/tags/{tagId}

Path parameters

tagIdstring required

The ID of the tag

teamIdstring required

The ID of the team

Response

successful operation

valuestring

The name of the Tag

idstring

The ID of the Tag

numberOfCardsinteger

The number of cards associated with this Tag

categoryIdstring

If the tag belongs to a category, this is the ID for the category

categoryNamestring

If the tag belongs to a category, this is the name for the category

Example response

{
  "id": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "categoryId": "IDs are formatted like this: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}