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
the display of Future Effective Date in the staff dashboard Continuation Applications table
an alert icon (orange( when a NR will expire soon (14 days)
an action to open the NR in Namex
The above requirements need the following additional properties in the reviews endpoint response:
future effective date
NR expiry date
NR identifier
NR phone or email (for opening in Namerequest UI)
Do not fetch NR data for reviews in Approved/Rejected/Abandoned state.
Note that there is a Namex API endpoint that supports retrieval of multiple NRs at once, so performance should not be an issue. (And anyway, the maximum response page size set by the UI is 20, so that's the maximum number of NRs to retrieve at once.)
The text was updated successfully, but these errors were encountered:
severinbeauvais
changed the title
Legal API: return Future Effective Date in reviews response
Legal API: return more properties in reviews response
Aug 1, 2024
An updated design requires:
The above requirements need the following additional properties in the reviews endpoint response:
NR identifierNR phone or email (for opening in Namerequest UI)Do not fetch NR data for reviews in Approved/Rejected/Abandoned state.
Note that there is a Namex API endpoint that supports retrieval of multiple NRs at once, so performance should not be an issue. (And anyway, the maximum response page size set by the UI is 20, so that's the maximum number of NRs to retrieve at once.)
The text was updated successfully, but these errors were encountered: