Api referenceSubjects areas
Search subjects areas
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
courseId?string
calendarId?string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/subjects-areas/search" \ -H "Content-Type: application/json" \ -d '{ "groups": [ { "conditions": [ { "field": "string", "operator": "is", "value": {} } ], "conditionOperator": "and" } ], "groupOperator": "and", "ownerId": "string" }'{}