Query parameters
-
Global search
-
App\Families\Students\Models\Student Filters: 0, 1, 2, 3, 4
Hide where attributes Show where attributes object
-
Determines whether to return only archived records in the response.
GET
/v1/students/count
curl \
--request GET 'https://classmanager.test/v1/students/count'
Response examples (200)
{
"count": 100
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}