Connect API is a REST-based API that allows agencies, partners, and developers to integrate back office products to e-Plansoft REVIEW (EPR) and e-Plansoft goPost applications.. Using the Connect API, developers can pass project data, documents, tasks/assignments, etc. to EPR and retrieve marked up plans and reviewer comments.
The Connect API follows standard W3C guidelines for REST APIs that use the standard HTTP methods GET, PUT, POST, and DELETE to operate on a rich set of object resources and which supports synchronous and asynchronous operation.
GET and DELETE methods embed request parameters in the URI and do not use JSON request bodies. POST and PUT methods use the JSON bodies to handle requests. All methods return data in JSON response bodies.
The system processes content files (such as document or image attachments) outside of JSON request/response bodies as byte streams.
Step-by-step guide
Related articles