v1
latestOpenAPI 3.0.02026-08-04265791.1 MBLessons
Count
Count all the existing entities based on the where filter
get/public/api/lessons/count?where={where}
Query parameters
wherestring
A valid JSON Where filter
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"count": 10
}