mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
36 lines
986 B
HTTP
36 lines
986 B
HTTP
|
|
###
|
|
GET https://snow.instructure.com/api/v1/account_calendars
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
|
|
###
|
|
GET https://snow.instructure.com/api/v1/accounts/10/terms?per_page=100
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
|
|
###
|
|
|
|
GET https://snow.instructure.com/api/v1/courses?enrollment_term_id=751
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
|
|
|
|
###
|
|
|
|
GET https://snow.instructure.com/api/v1/courses?enrollment_term_id=751&per_page=100
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
###
|
|
|
|
GET https://snow.instructure.com/api/v1/courses/1014136/modules
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
###
|
|
|
|
GET https://snow.instructure.com/api/v1/courses/871954
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
|
|
###
|
|
GET https://snow.instructure.com/api/v1/courses/871954/modules/2972989/items
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|
|
|
|
###
|
|
GET https://snow.instructure.com/api/v1/courses/960410/users?enrollment_type=student
|
|
Authorization: Bearer {{$dotenv CANVAS_TOKEN}}
|