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
Hmm. If you are trying to get invoices after a certain date, then you shouldn't be using the "since" argument since that is used to query based on the last updated date, not creation date. It would be possible to return invoices before the specified date if they had been updated within Xero after your specified date.
Your raw filter is correctly querying on the creation date and thus returning the correct response.
I am trying to get invoices that are created after a certain date. It does not seem to work. Below is the query I am using
This returns invoices that are created before the specified date.
However, the raw filter string seems to work
Did anyone face this issue? Am I missing something here? Appreciate any help.
The text was updated successfully, but these errors were encountered: