# List supplieds Returns a paginated list of Supplieds for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/supplied 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", "batchNumber", "expiryDate", "notes", "referenceNumber", "suppliedAt" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `batchNumber` (string) Batch or lot number associated with the supplied product. - `clientProvidedId` (string) Optional client-supplied identifier for this supplied record. Example: "123e4567-e89b-12d3-a456-426614174000" - `isActive` (boolean) Indicates whether this supplied record is active (not fully reversed or deleted). - `locationId` (string) Inventory location or store where the product was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `notes` (string) Free-text notes about this supplied record. - `productId` (string) Reference to the product that was supplied. Example: "123e4567-e89b-12d3-a456-426614174000" - `referenceNumber` (string) External reference such as supplier invoice number or delivery note. - `supplierId` (string) Reference to the supplier providing the product. Example: "123e4567-e89b-12d3-a456-426614174000" ## Response 200 fields ## Response 401 fields