I was working on with the "Get" method in Acumatica API, I successfully pull the records from the api however there is no userID of the creator and modifier.
Webservice Endpoints I tried to find the createdBy and ModifiedBy in the dropdown but there is none.
how to add the UserID of creator and modifier on the web service endpoint so that these fields will be parts of the Get response.
Thanks in Advance