Complex REST Query
Tuesday, September 10, 2019 at 06:27amI can successfully pull Packages in DRAFT, TRASH, and SENT status, but the Sent Status returns Packages that have been Archived. These Archived Packages represent Packages signed by the Customer but manually signed by the legal department in our Company.
Is it possible to have a more complex Query to get Sent Status but not Archived?
It would look something like this:
query=SENT&query>ARCHIVED&from=0&to=100&lastUpdatedStartDate=2018-01-01&lastUpdatedEndDate=2019-12-31
It is possible for me to iterate through the return data and skip the Archived Packages, but the above Query would be more efficient
Thank you
Reply to: Complex REST Query
Tuesday, September 10, 2019 at 06:47am