Skip to Main Content
ADD A NEW IDEA

My ideas: RESTful API V1.5

Showing 24

Updating a user via the API should not require providing non-required fields.

Calling api/Rest/v1/Users/{id} requires that you provide an email address along with other details. The admin interface does not require providing users with an email address. This means updating a user with the API may require "faking" their emai...
over 2 years ago in Integration / RESTful API V1.5 1 Unreviewed

Allow filtering users by department on api/Rest/v1/users

It really sucks to have to download over 100,000 users (over 1GB of data) just to find the 5 users within a department.
over 2 years ago in Integration / RESTful API V1.5 0 Unreviewed

Fix the race condition on api/Rest/v1/Authenticate

It really sucks that you need to have a global distributed lock just to use the API. Logging in should not invalidate the previous API session.
over 2 years ago in Integration / RESTful API V1.5 0 Unreviewed

Set Due Date using the API

The Due Date (or DateDue) should be a settable property of the enrollments API endpoint. Due Dates are what our Administrator use to drive compliance and there's not an efficient way for them to add different due dates for different groups of stud...
over 2 years ago in Integration / RESTful API V1.5 1 Unreviewed