Recently we introduced a new and improved way to generate and get reports through the API.
With our recent release, we completely removed all documentation related to the /reports/run endpoint. The endpoint continues to function for now - but please be advised, we will be removing this endpoint completely in the future.
Best Practice for Reports
Therefore, this is a good opportunity to transition to the “3-request-approach”, for generating and retrieving reports.
Recommended endpoints:
/reports/runRequest
/reports/runResult
/reports/runResultFile
Benefits
The “3-request-approach” has many benefits. Ultimately it gets you the data you need in the most timely and efficient manner compared to the old /reports/run endpoint method.
Timeouts are no longer a pressing issue
Requests and responses are handled independently
Retrying report generation is handled server-side
Avoid threads and connections “waiting”/”hanging”, while reports are generated
More info
For more information about how to use the “3-request-approach”, please visit our new online documentation or How to run Report guide.
Do you need or want access to the API?
Get full access to the API by becoming an Integration Partner, or find out if you have access through an existing partner. Contact us at support@euroform.com to find out more!