Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add request variables to narrow the window of the Reconciliation Report #4372

Open
mmarcotte opened this issue Dec 5, 2023 · 0 comments
Open
Assignees

Comments

@mmarcotte
Copy link
Collaborator

mmarcotte commented Dec 5, 2023

As an IRS Super User, so that I can better manage the amount of information that I consume via the Reconciliation Report API, I need the ability to specify a start time and an end time and only receive documents served within the specified window.

Request from the IRS: Update to Reconciliation Report endpoint - retrieve documents served to the IRS for a given time period

Notes

Right now we have an API that the IRS uses to retrieve a report of documents served on any given day.

They are wanting to supply a Start and End time to limit the amount of information they retrieve. The reasoning is, as I understand it, is that they will call this endpoint after a certain time (say 9am) looking to retrieve everything up until 9am. Then after 12pm, they'll call it again for items between 9am and 12pm, and so on. This way they never consume the same document twice.

Check out this handy documentation on the IRS Super User.

One approach could be:

https://api.dev.ef-cms.ustaxcourt.gov/v2/reconciliation-report/2023-12-04?start=1200&end=1500

mmarcotte added a commit that referenced this issue Apr 26, 2024
ustc #4372: allow full ISO date + end date for reconciliation report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants