i
Deyel Rest API
By using Deyel Rest API, other applications can interact with applications developed with Deyel and use the information associated with their objects.
The Rest API of Deyel uses JWT to get the authentication token. The token granted by Deyel allows third-party applications to use all the methods of the implemented endpoints.
Endpoints
•/forms
Allows administration of Deyel forms, being able to carry out the following operations: creation, show, modification, deletion and search.
•/cases
Allows the creation of cases and the execution of activities.
•/rules
Allows to obtain parameters and execute rules.
Methods
The Rest API of Deyel is composed of a set of methods that allow access to the objects that compose the applications of Deyel.
To test these examples, the json of forms or cases must be downloaded depending on what is to be tested.
Examples
To facilitate the use the Rest API of Deyel examples that are contained in collections are defined and must be imported into Postman.
To execute examples, the following steps must be followed beforehand:
Each collection has a list of operations that can be executed to access the Rest API of Deyel.