GET api/users/user/{userId}/whatToDoNext?courseSubject={courseSubject}
Get what to do next link and details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
A user id. |
integer |
Required |
| courseSubject |
Course subject. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
WhatToDoNext| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseSubject |
Course subject |
string |
None. |
| WTDNLink |
What to do next link for the learner |
string |
None. |
| WTDNDescription |
What to do next description for the learner |
string |
None. |
| WTDNDescriptionForTutor |
What to do next description for the tutor |
string |
None. |
| WTDNDebugInformation |
What to do next debug information for developers |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CourseSubject": null,
"WTDNLink": null,
"WTDNDescription": null,
"WTDNDescriptionForTutor": null,
"WTDNDebugInformation": null
}
application/xml, text/xml
Sample:
<WhatToDoNext xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
