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
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.
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
The text was updated successfully, but these errors were encountered: