Trying to use this Generic Inquiry's REST API, I am able to retrieve all records though would like to filter them.
Can retrieve all data with PUT {{baseUrl}}/RawDataForReport?$expand=Result
with an empty body request.
When I added a field Period
to filter it's only showing the first row.
An empty request body also shows the first row when I added Period
.
I am not at all familiar Acumatica any useful resources would be greatly appreciated.