GET /api/v3/class

Retrieves all classes visible to the user

Request Path

GET /api/v3/class

Request Payload

None

Parameters

None

Response Example

[
   {
       "instructorEmail": "instructor@cloudshare.com",
       "timeZoneName": "(UTC-05:00) Eastern Time (US & Canada)",
       "startDate": "01/01/2015 12:00 AM",
       "endDate": "01/31/2015 12:00 AM",
       "status": "expired",
       "name": "My Class",
       "shortId": "2vs2t",
       "id": "COMcB7gdfab2DFm0WqklnX6Q2",
       "regionId": "REKolD1-ab84YIxODeMGob9A2"
   }
]