Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Mandatory | Description |
---|
Sample Call
http://localhost:8080/jw/web/json/hash/options
Sample Result
...
Method
Description
List all forms Forms in of a specific App and App version
...
Name | Mandatory | Description | ||
---|---|---|---|---|
appId | Yes | Application ID | ||
version | Yes | Application Version | ||
callback |
|
| Javascript callback function name | |
sort |
| sort |
| Sort column |
desc |
| true / false | ||
start |
| Integer | ||
rows |
| Integer |
Sample Call
http://localhost:8080/jw/web/json/console/app/leaveApp/2/forms/options
...
URL
Method
Description
List all Userviews in of a specific App and App version
Info |
---|
Available in Joget version 5 |
...
Name | Mandatory | Description | ||
---|---|---|---|---|
appId | Yes | Application ID | ||
version | Yes | Application Version | ||
callback |
|
| Javascript callback function name | |
sort |
| sort |
| Sort column |
desc |
| Decending | ||
start |
| Start row count | ||
rows |
| Return row count |
Sample Call
http://localhost:8080/jw/web/json/console/app/leaveApp/2/userview/options
...