course
Used to interact with and individual course. Currently this is the only active endpoint.
Method: GET /course?={id}
Parameters
Request data can be provided using query parameters added to the end of the request string. Valid parameters are:
| Name | Required | Type | Description |
|---|---|---|---|
| id | true | number | The unique identifier that specified the desired course. |
Responses
All responses are returned with the content type application/json.
| Status Code | Description | Sample Response |
|---|---|---|
| 200 | Successfully retrieved data for the requested course. | |
| 400 | Bad request - missing the id parameter. |