# List standardofcares Returns a paginated list of Standardofcares for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/standardofcare 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", "category", "description", "name", "version" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `category` (string) High-level category or grouping for this standard of care. - `description` (string) Detailed description of the standard of care. - `isActive` (boolean) Indicates whether this standard of care is currently active and can be applied. - `name` (string) Human-readable name of the standard of care. - `version` (string) Version identifier for this standard of care definition. ## Response 200 fields ## Response 401 fields