Courses
This endpoint will return the course collection information.
ID of the course to get the details of.
After a successful request, the endpoint returns HTTP 200.
Authorization information is missing or invalid.
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
If course is not found with the provided id, the endpoint returns HTTP 404.
Invalid parameters.
This endpoint will return all the perspectives in a course.
ID of the course to retrieve perspectives from
After a successful request, the endpoint returns HTTP 200.
Authorization information is missing or invalid.
If a user without proper permissions tries to call this endpoint, the call is rejected with 403 Forbidden.
If course is not found with the provided id, the endpoint returns HTTP 404.
Invalid parameters.
Last updated
Was this helpful?