POST api/UwIntegration/PostTerm?termId={termId}&canvasEnrollmentTermId={canvasEnrollmentTermId}&year={year}&quarter={quarter}
Create LmsTerm for the UW term that is being integrated
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
termId |
studytree termId for the term matching canvasEnrollmentTermId |
integer |
Required |
canvasEnrollmentTermId |
Canvas's internal enrollment_term_id |
string |
Required |
year |
string version of year corresponding to the term |
string |
Required |
quarter |
string version of the quarter corresponding to the term (autumn / winter / spring / summer) (please check before) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |