# Get A Paged Drivers List Retrieves a paginated list of drivers with optional filters for customer, subcontract, and search text. Endpoint: GET /Drivers/paged Version: 1.0.0 Security: bearerAuth ## Query parameters: - `Page` (integer) Page number for pagination, default 1 Example: 1 - `PageSize` (integer) Number of items per page Example: 20 - `CustomerId` (string) Filter drivers by a specific customer ID Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `SubContractsId` (array) Filter drivers by one or more subcontractor IDs Example: ["sub_1234","sub_5678"] - `Text` (string) Free-text search on driver details Example: "John" ## Response 200 fields (application/json): - `data` (array) - `total` (integer) Total number of matching records - `message` (string) Example: "Drivers fetched successfully"