ELMA365 API is a tool used to integrate ELMA365 with external systems.
With API methods you can create and edit app items or obtain data from them using just one request.
Read more about API methods in ELMA365 Public API.
The API page in an app allows you to test the request that you write.
API page in apps
To open the API page in an app, click the icon next to the app’s name and select API in the menu.
The API page of an app displays:
- Available functions. For more information, please visit ELMA365 Public API.
- Description of each function.
- The method used.
- Request URL for the app.
- Request template.
- Possibility to test the request that you write.
Request template
You can find the request template on the JSON Package tab.
Test a request
You can test your request on the Test tab.
In the Body field, enter your request and click Send.
You will see the response to your request in the Response field.
Select the Get Item function, go to the the Test tab, and enter an item’s id in the Identifier field. Click the Send button. You will see the result of the request in the Response field. |
Found a typo? Highlight the text, press ctrl + enter and notify us