Hi Experts,
I am currently working on integrating with Acumatica and I have encountered a situation where I need to retrieve the count of records while executing an API from Postman.
I have a few questions regarding this:
-
Is there a solution to obtain the count of records in Acumatica through the API?
-
What is the purpose of the "$expand" key? Is there an alternative way to import all inner nodes without explicitly specifying them using the "$expand" parameter?
-
How can I determine the "Data Type" of a field when retrieving the schema of an object within the Acumatica system from Postman?
I would greatly appreciate your assistance.