Query parameters

  • where object

    App\Families\Core\Models\Family Filters: 0, 1, 2

    Hide where attributes Show where attributes object
  • onlyArchived boolean

    Determines whether to return only archived records in the response.

Responses

  • 200 application/json

    successful operation

    Hide response attribute Show response attribute object
    • count integer Required

      count

  • 403 application/json

    Not authorized

    Hide response attributes Show response attributes object

    Error schema

    • statusCode number Required

      Status Code

    • messages array[string] Required

      List of error messages

    • exception object

      Exception

GET /v1/families/count
curl \
 --request GET 'https://classmanager.test/v1/families/count'
Response examples (200)
{
  "count": 100
}
Response examples (403)
{
  "statusCode": 42.0,
  "messages": [
    "string"
  ],
  "exception": {}
}