Get tag
GET/spaces/:space_id/properties/:property_id/tags/:tag_id
This endpoint retrieves a tag for a given property id. The tag is identified by its unique identifier within the specified space. The response includes the tag's details such as its ID, name, and color. This is useful for clients to display or when editing a specific tag option.
Request
Responses
- 200
- 401
- 404
- 410
- 500
The retrieved tag
Unauthorized
Resource not found
Resource deleted
Internal server error