Skip to Main Content
Status Needs review
Created by James Burnham
Created on Apr 9, 2024

Retrieve Lab Instances by User ID

Currently when retrieving bulk lab instance data, it is limited to a date range. If you want to figure out what instances are associated with a specific user it generally would require you to be caching those within your own database. While there are plenty of valid reasons to cache user instance data - we should also freely support the filtering of lab instances by UserID if desired. It is far more efficient to pull this on-demand than have to build heavy caching mechanisms if that is the only readon you would have.

Who would most benefit from this idea? Third-party LMS and API Consumers
What is the problem you are trying to solve?

Allow querying of lab instance data by User ID.

  • Attach files