The Instructure Product Team is working on implementing a better solution to collect your feedback. Read Shiren's blog for more information.
Add the ability to return the number of courses for a given TERM, either by default, or by passing an include value on the query string.
Example:
https://hostname.instructure.com/api/v1/accounts/1/terms/1?include[]=total_courses
would show the total number of courses:
{
"id": 1,
"name": "Default Term",
"start_at": null,
"end_at": null,
"created_at": "2017-03-20T14:04:19Z",
"workflow_state": "active",
"grading_period_group_id": null,
"sis_term_id": null,
"sis_import_id": null,"overrides": {},
"total_courses": 305
}
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in