Hi Team,
We have a requirement where we are using the Acumatica OpenAPI Specification to make API calls to Acumatica. We are able to find and use the standard operations such as Create, Get, Update, and Delete for various entities.
However, we couldn’t find any specification or endpoint for retrieving files or image data associated with these entities.
Using the Contract-Based API and the Files entity, we are able to retrieve file data successfully. However, we are unable to locate the Files entity within the OpenAPI Specification.
Could you please guide us on how we can achieve the same functionality using the OpenAPI Specification?