You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure we hit our Quad 1 AC of the search API having feature parity with the search UI, we need an API endpoint that returns the list of agencies in the database.
Acceptance criteria
Endpoint is live in PROD and returns available agencies
The text was updated successfully, but these errors were encountered:
## Summary
Fixes#3057
### Time to review: 30 mins
## Changes proposed
Add agencies API supporting pagination and basic filtering (future
requirements around shape TBD)
## Context for reviewers
Open question: What should the schema return? Right now we are returning
all Agency model fields. Maybe we should make this payload smaller
depending on the frontend needs.
## Additional information
See attached unit test
Summary
To ensure we hit our Quad 1 AC of the search API having feature parity with the search UI, we need an API endpoint that returns the list of agencies in the database.
Acceptance criteria
The text was updated successfully, but these errors were encountered: