# List barcodes Returns a paginated list of Barcodes for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/barcode 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", "forType", "format", "value" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `forId` (string) Identifier of the resource this barcode is associated with. Type depends on forType. Example: "123e4567-e89b-12d3-a456-426614174000" - `forType` (string) Type of resource this barcode is associated with (e.g., item, batch, patient). - `format` (string) Barcode symbology/format (e.g., CODE128, EAN13, QR). - `isActive` (boolean) Whether the barcode is currently active and usable. - `value` (string) The encoded barcode value as a string. ## Response 200 fields ## Response 401 fields