| Name | Description |
---|
1 | Add environment variable
| Add a new environment variable to the current app. |
Name | Description |
---|
URL | /app/environment | HTTP Method | POST | Request Body Parameters | Parameter | Description |
---|
id | Environment variable ID | value | Environment variable value | remarks | Description of environment variable |
| Response Schema | {
"id": "string",
"value": "string",
"remarks": "string"
} |
|
|
2 | Create new version
| Create a new app version of the current app. Name | Description |
---|
URL | /app/new/{version} | HTTP Method | POST | Request Body Parameters | Parameter | Description |
---|
id | Environment variable ID | value | Environment variable value | remarks | Description of environment variable |
| Response Schema | {
"id": "string",
"value": "string",
"remarks": "string"
} |
|
|
3 | Delete environment variable | Remove the specified environment variable in the current app. |
4 | Delete version | Remove the specified app version in context of the current app. |
5 | Deploy XPDL | Deploy a XPDL file as a new/updated process design to the current app. |
6 | Download XPDL | Download the specified process definition as a XPDL file into the current machine. |
7 | Download addon builder definition | Download the specified addon builder JSON definition. /app/{builder}/definition/{id} |
|
8 | Download datalist definition | Download the specified datalist JSON definition. /app/datalist/definition/{id} |
|
9 | Download form definition | Download the specified form JSON definition. /app/form/definition/{id} |
|
10 | Download userview definition | Download the specified userview JSON definition. /app/userview/definition/{id} |
|
11 | Find environment variable | Get values of all environment variable(s) in the current app by default. Able to filter or sort the returned results via parameters. |
12 | Get environment variable by ID | Get values of an environment variable by its specified ID. |
13 | Increase environment variable counter value | Increments the specified environment variable counter value by 1. /app/environment/increaseCounter |
|
14 | List created addon builder element | List ID of all created addon builder element(s) present in the current app. |
15 | List created datalist | List ID of all created datalist(s) present in the current app. |
16 | List created form | List ID of all created form(s) present in the current app. |
17 | List created userview | List ID of all created userview(s) present in the current app. |
18 | List versions | List ID of all created app version(s) of the current app. |
19 | Published version | Get the currently published app version of the current app. |
20 | Retrieve created addon builder element as options | List label & value of all addon builder element(s) present in the current app. |
21 | Retrieve created datalist as options | List label & value of all datalist(s) present in the current app. |
22 | Retrieve created form as options | List label & value of all form(s) present in the current app. |
23 | Retrieve created userview as options | List label & value of all userview(s) present in the current app. |
24 | Retrieve processes as options | List label & value of all process(es) present in the current app. |
25 | Update environment variable | Update the value of an environment variable in the current app. |