We are using Canvas API to retrieve some courses, quizzes, modules, assignments and gradebook etc.
For instance,
use API -> https://newhaven.instructure.com/api/v1/courses/25238/assignments to get all assignments of course 25238
use API -> https://newhaven.instructure.com/api/v1/accounts/self/courses/25238 to get course 25238
use APi -> https://newhaven.instructure.com/api/v1/courses/25238/assignments/459831/submissions to get all submissions of assignments 459831 on course 25238
and so one...
I am not quite sure what or where the "dataset" that those API actually point to (CD1 or CD2).
Since Canvas Data 1 will be shutdown by December 31, 2023, Can we still be able to use the above API to get the data as usual ? If not then how can we get the same information as above on CD2 ? new API ? new token ?
Thanks for any help
Rose Sun