API is used for integrating ELMA365 with external systems.
With API methods you can create, edit and obtain data from an app item with just one request.
You can read more about API methods in ELMA365 Public API.
You can check the request that you have written on the API page in an app.
API page in an App
To open the app's API page, click the gear icon next to the app's name and select API in the menu.
The app API page displays:
- List of available functions. For more information, please visit ELMA365 Public API.
- Description of the function.
- The method.
- Request URL for this particular app.
- Request template.
- Possibility to check the request that you have written.
Request template
You can find the request template on the JSON package tab.
Test 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.
Here is an example of testing a request
Select the Get item feature, open the Test tab and enter the item's id in the Identifier field. Click Send. You will see the response in the Response field.
|
Found a typo? Highlight the text, press ctrl + enter and notify us