Tags

get

Retrieves multiple tags.

Query parameters
idsany ofOptionalDefault: []
string · uuid[]Optional

A UUID v4 string that identifies an entity.

or
string · uuidOptional

A UUID v4 string that identifies an entity.

pageNumbernumber · min: 1Optional

The page number.

Default: 1
pageSizenumber · min: 1 · max: 100Optional

The page size.

Default: 10
searchstring · min: 1Optional

Search term to filter tags by name or description.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Responses
200

Retrieves all tags for the workspace.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
activeTicketCountintegerRequired

The number of active tickets for this tag.

colorstring · enumRequired

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Required

The description of the tag.

namestring · min: 3 · max: 50Required

The display name of the tag.

workspaceIdstring · uuidRequired

The workspace that owns this tag.

get
/api/v1/tags
post

Creates a new tag.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Body
colorstring · enumRequired

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Required

The description of the tag.

namestring · min: 3 · max: 50Required

The display name of the tag.

Responses
200

The tag was created.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
activeTicketCountintegerRequired

The number of active tickets for this tag.

colorstring · enumRequired

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Required

The description of the tag.

namestring · min: 3 · max: 50Required

The display name of the tag.

workspaceIdstring · uuidRequired

The workspace that owns this tag.

post
/api/v1/tags
get

Retrieves a tag.

Path parameters
idstring · uuidRequired

A UUID v4 string that identifies an entity.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Responses
200

Retrieves a tag.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
activeTicketCountintegerRequired

The number of active tickets for this tag.

colorstring · enumRequired

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Required

The description of the tag.

namestring · min: 3 · max: 50Required

The display name of the tag.

workspaceIdstring · uuidRequired

The workspace that owns this tag.

get
/api/v1/tags/{id}
delete

Removes a tag.

Path parameters
idstring · uuidRequired

A UUID v4 string that identifies an entity.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Responses
200

The tag was removed.

application/json
messagestringRequired

An informative message for a call that has no effective result to be returned.

delete
/api/v1/tags/{id}
patch

Updates a tag.

Path parameters
idstring · uuidRequired

A UUID v4 string that identifies an entity.

Header parameters
authorizationstringRequired

The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

Body
activeTicketCountintegerOptional

The number of active tickets for this tag.

colorstring · enumOptional

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Optional

The description of the tag.

namestring · min: 3 · max: 50Optional

The display name of the tag.

Responses
200

The tag was updated.

application/json
createdAtstring · date-timeRequired
idstring · uuidRequired

A UUID v4 string that identifies an entity.

updatedAtstring · date-timeRequired
activeTicketCountintegerRequired

The number of active tickets for this tag.

colorstring · enumRequired

The color of the tag.

Possible values:
descriptionstring · min: 3 · max: 250Required

The description of the tag.

namestring · min: 3 · max: 50Required

The display name of the tag.

workspaceIdstring · uuidRequired

The workspace that owns this tag.

patch
/api/v1/tags/{id}

Last updated