latestOpenAPI 3.0.02026-08-19265791.1 MB
32c70b809354
Courses
Count
Count all the existing entities based on the where filter
get/public/api/courses/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
}