# List diagnostic codes Returns a paginated list of Diagnostic Codes for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/diagnostic-code Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "validFromDate" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `isActive` (boolean) Indicates whether this diagnostic code is currently active and usable. - `isDiscountable` (boolean) Indicates whether discounts may be applied to this diagnostic code. ## Response 200 fields ## Response 401 fields