GPA Courses API Reference

Reference documentation for the Courses API.

Endpoints

Below is a list of all endpoint available on the GPA Courses API.

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.
              
            

Models

Below is a list of all the data models that make up the API contents.