Dealing with Requests
To present Timeline API and introduce its workflow, let's examine the following scenario: a user wants to upload new data to the project and receive alerts triggered by the upload. As a result, the received response with activated alerts can be embedded into the 3rd party application and notify responsible people that some processes went wrong. The example is split up into the following use cases:
- How to Upload Data to Project
Scenario of using Timeline API's respective endpoints to upload data from a 3rd party source. - How to Receive Alerts
Retrieving Timeline processed alerts to a 3rd party system.
In examples, you will operate with some endpoints from the Project resource in API reference in Swagger UI that is available by adding /open-api/1.0/apidoc.html to your Timeline instance address:
https://{your.timeline.instance}.com/open-api/1.0/apidoc.html
Additionally, scenarios are supplemented with CURL request examples for Linux.
To learn more about other endpoints and how to interact with them, refer to the Resources section.
05.09.2024 16:23:54