1.2.2
Changelog of the last past months.
New:
Routes
Events
-
GET /api/events | Parameters:
pageandlimit
Get all the events ordered by eventTime (Pagination) - Default: 1000 last tuples
-
GET /api/events/sources/:id | Parameters:
pageandlimit
Get the events with a specific edApp.id (source of events) (Pagination) - Default: 1000 last tuples
Enrollments
-
GET /api/enrollments | Parameters:
page,limitandorderBy
Get all the enrollments (ordered or not by beginDate or endDate) (Pagination) - Default: 1000 last tuples
Results
-
GET /api/results | Parameters:
page,limitandorderBy
Get all the results (ordered or not by beginDate or endDate) (Pagination) - Default: 1000 last tuples
Models
Some attributes are not stored anymore into the objects, they become a Link object (making a link to the actual object). We also added some new attributes to OpenLRW models for fitting with the new OneRoster standard.
User
New attributes:
- dateLastModified
- UserIds
- userEnabled
- grades
- password
- middleName
Enrollment
New attributes:
- dateLastModified
- beginDate
- endDate
LineItem
New attributes:
- resultValueMin
- resultValueMax
Fix:
Routes
Classes
GET /api/classes/:id/results is now working