‎02-01-2020 06:13 PM - edited ‎02-01-2020 06:15 PM
The REST API heavily leverage the GraphQL framework. The GraphQL framework enable to have only one endpoint for all REST API call.
To ease navigation in the HOPEX platform repository we have created endpoint for each solution. The endpoint correspond to the published schema :
Others endpoints are available for focused topics like :
The endpoint can be called in synchronous or asynchronous way.
More information here : https://community.mega.com/t5/REST-API/Asynchronous-versus-Synchronous-Web-service-call/m-p/21913#M6
The endpoint can also have version if the schema evolve overtime. In that case the particular version of the endpoint can be call by adding the version number on the URL.
‎19-07-2021 10:50 AM
Read this article for the endpoint for the diagram export https://community.mega.com/t5/REST-API/Diagram-API-Dowload-a-diagram-by-REST-API/m-p/23127#M12
‎28-02-2020 04:40 PM
What is the endpoint to download the diagram and how to use it?