# Get assessment Returns a single Assessment by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/assessment/{assessmentId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `assessmentId` (string, required) Assessment unique identifier (UUID) ## Response 200 fields (application/json): - `animalId` (string, required) Identifier of the animal this assessment is for. Example: "123e4567-e89b-12d3-a456-426614174000" - `assessmentId` (string, required) Canonical unique identifier for the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" - `consultId` (string, required) Identifier of the consult/encounter this assessment is associated with. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the assessment record was created. Example: "2025-01-01T00:00:00.000Z" - `extensions` (object, required) Vendor- or practice-specific extension fields. - `isActive` (boolean, required) Whether the assessment record is active. - `notes` (string, required) Free-text notes describing the assessment. - `recordedAt` (string, required) Date and time when the assessment was recorded or took place. Example: "2025-01-01T00:00:00.000Z" - `updatedAt` (string, required) Timestamp when the assessment record was last updated. Example: "2025-01-01T00:00:00.000Z" - `vetId` (string, required) Identifier of the veterinarian who performed or recorded the assessment. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 401 fields ## Response 404 fields