# List SubContract Orders (Paged) Retrieves a paginated list of subcontract orders. The customerId and subContractId are set automatically on the backend. Endpoint: GET /SubContractOrders/paged Version: 1.0.0 Security: bearerAuth ## Query parameters: - `Page` (integer) Page number - `PageSize` (integer) Number of items per page - `Text` (string) Search text - `Status` (string) Optional order status filter ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `items.number` (string) Example: "SO-1001" - `items.status` (string) Example: "Pending" - `items.total` (number) Example: 2500.5 - `page` (integer) Example: 1 - `pageCount` (integer) Example: 10