Api Tags Retrieve
Retrieve, update, or delete a specific generic tag.
Endpoints:
GET /api/tags/{id}/
PATCH /api/tags/{id}/
DELETE /api/tags/{id}/
Input (PATCH):
- name (string, optional)
- color (string, optional)
Example Response (GET):
{
"id": "3ac3c0f0-3b5b-4b3f-8d9b-1e2f3a4b5c6d",
"name": "Priority",
"color": "#4F46E5",
"organization": 2,
"created_at": "2025-09-11T09:43:55.858321Z",
"updated_at": "2025-09-11T09:43:55.858331Z"
}
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
id
Response
id
organization
created_at
updated_at
usage
name
color
description