# Export Staff **GET /v1/reporting/staff/export** Export Staff ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Query parameters - **search** (string) Global search - **page** (number) Current page - **pageSize** (number) Number of items per page - **selectAll** (boolean) Determines if all items are selected - **where** (object) App\Staff\Core\Models\Staff Filters: 0, 2, 3 - **sort** (object) App\Staff\Core\Models\Staff Sorting by firstname, lastname, createdAt - **onlyArchived** (boolean) Determines whether to return only archived records in the response. - **includeArchived** (boolean) Determines whether to return with archived records in the response. ## Responses ### 200 successful operation #### Body: application/json (object) - **url** (string) Report URL ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)