Tags

Get All Tags

get

Get all tags

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idFilterany ofOptional

Comma-separated tag IDs to filter by

anyOptional
or
string[]Optional
nameFilterany ofOptional

Comma-separated tag names to filter by

anyOptional
or
string[]Optional
takeany ofOptionalDefault: 10
anyOptional
or
numberOptional
skipany ofOptionalDefault: 0
anyOptional
or
numberOptional
sortFieldstring · enumOptional

Field to sort by

Possible values:
sortOrderstring · enumOptional

Sort order for the selected field

Possible values:
Responses
200

Successful response

application/json
get
/tags

Create Tag

post

Create Tag

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional

ID value. Only alphanumeric, underscore, and hyphen are allowed.

Pattern: ^[a-zA-Z0-9_-]+$
namestringRequired
descriptionstringOptional
Responses
200

Successful response

application/json
post
/tags

Delete Tags

delete

Delete one or more Tags by their IDs

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idstring[]Optional
Responses
200

Successful response

application/json
delete
/tags

Get Tag Count

get

Get Tag Count

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idFilterany ofOptional

Comma-separated tag IDs to filter by

anyOptional
or
string[]Optional
nameFilterany ofOptional

Comma-separated tag names to filter by

anyOptional
or
string[]Optional
Responses
200

Successful response

application/json
get
/tags/count

Get Tag by ID

get

Get a Tag by its ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID value. Only alphanumeric, underscore, and hyphen are allowed.

Pattern: ^[a-zA-Z0-9_-]+$
Responses
200

Successful response

application/json
get
/tags/{id}

Update Tag by ID

put

Update a Tag by its ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID value. Only alphanumeric, underscore, and hyphen are allowed.

Pattern: ^[a-zA-Z0-9_-]+$
Body
Responses
200

Successful response

application/json
put
/tags/{id}

Was this helpful?