Skip to content

1.2.2

Choose a tag to compare

@xchopin xchopin released this 18 Nov 10:32
· 10 commits to master since this release

Changelog of the last past months.

New:

Routes

Events

  • GET /api/events | Parameters: page and limit

Get all the events ordered by eventTime (Pagination) - Default: 1000 last tuples

  • GET /api/events/sources/:id | Parameters: page and limit

Get the events with a specific edApp.id (source of events) (Pagination) - Default: 1000 last tuples

Enrollments

  • GET /api/enrollments | Parameters: page , limit and orderBy

Get all the enrollments (ordered or not by beginDate or endDate) (Pagination) - Default: 1000 last tuples

Results

  • GET /api/results | Parameters: page , limit and orderBy

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