how do i pass a filter in a rest web services api ...
# suitetalkapi
s
how do i pass a filter in a rest web services api ? I need to get all invoices of the period Aug 2024. I referred the documentation but when tried it gave me wrong filter error. Please let me know the right way to pass filter to the api .
m
Copy code
/record/v1/invoice?q=postingperiod ANY_OF [305]
Where
305
is the id of the accounting period you're looking for.
s
Thanks Mike