# Get tagname Returns a single Tagname by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/tagname/{tagnameId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `tagnameId` (string, required) Tagname unique identifier (UUID) ## Response 200 fields (application/json): - `categoryId` (string, required) Identifier of the category this tag belongs to. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the tag was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the tag is currently active and usable. - `name` (string, required) Human-readable name of the tag. - `tagnameId` (string, required) Canonical identifier for the tagname. Example: "123e4567-e89b-12d3-a456-426614174000" - `updatedAt` (string, required) Timestamp when the tag was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 401 fields ## Response 404 fields