Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Staff\Core\Models\Staff Filters: 0, 2, 3
-
App\Staff\Core\Models\Staff Sorting by firstname, lastname, createdAt
-
Determines whether to return only archived records in the response.
-
Determines whether to return with archived records in the response.
GET
/v1/reporting/staff/export
curl \
--request GET 'https://classmanager.test/v1/reporting/staff/export'
Response examples (200)
{
"url": "https://www.example.com/report/my-report.csv"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}