The REST API has fields start_at and end_at for a course. The course has an associated term object but this is a different field than the course dates. This field should be accessible via the GraphAPI.
View course entrypoint doesnt have start/end date fields.
Expected behavior:
It has startAt and endAtfields.
Actual behavior:
It doesn't have the fields.
Additional notes:
I see GitHub commits deploy to Canvas Cloud the same day, but I was also wondering how quickly changes propogate out to the universities that may be self hosting? Do universities self host?
Summary:
The REST API has fields
start_at
andend_at
for a course. The course has an associated term object but this is a different field than the course dates. This field should be accessible via the GraphAPI.Steps to reproduce:
Expected behavior:
It has
startAt
andendAt
fields.Actual behavior:
It doesn't have the fields.
Additional notes:
I see GitHub commits deploy to Canvas Cloud the same day, but I was also wondering how quickly changes propogate out to the universities that may be self hosting? Do universities self host?