-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Requirements:
- Add ability to specify singular
subject
query param that only returns records wherecontext.subject.label
matches that input - Add ability to specify multiple
access_type
query params that only return records whereaccess_type
matches one of those inputs - Add
csv
query param that, whenTrue
, returns a csv file of all matching records flattened into rows - Write integration tests to thoroughly test the new functionality
- Create new endpoint (
/api/reports/access/types
?) that returns the available access types for frontend use.