Get a tag by ID
Get information about a tag with the given ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
tag_id
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Response
Successful Response
id
A unique ID of this tag.
created_at
Date and time when the tag was created. Timestamps follow the ISO 8601 standard.
updated_at
Date and time when the tag was last updated. Timestamps follow the ISO 8601 standard.
name
The tag name.
category
The tag category.
created_by_entity_user_id
ID of the user who created the tag.
description
The tag description.
Errors
400
Get Tags ID Request Bad Request Error
401
Get Tags ID Request Unauthorized Error
403
Get Tags ID Request Forbidden Error
404
Get Tags ID Request Not Found Error
406
Get Tags ID Request Not Acceptable Error
422
Get Tags ID Request Unprocessable Entity Error
429
Get Tags ID Request Too Many Requests Error