Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Description
Retrieve first process with details of every packagesTo single sign on a user
User Role
AdminAnonymous
Method
HTTP GET/POST, support HTTP basic authentication
Parameters
Sample URL
http://localhost:8080/jw/web/json/workflowdirectory/process/list/packageuser/sso?username=admin&password=admin
Sample Result
Code Block | ||
---|---|---|
| ||
{"username":"admin","isAdmin":"true"} |
Description
Retrieve first process with details of every packagesRetrieves the username of current logged in user
User Role
Admin
Method
HTTP GET/POST
...
Sample URL
http://localhost:8080/jw/web/json/workflow/process/list/packagecurrentUsername
Sample Result
Code Block | ||
---|---|---|
| ||
{"username":"admin"} |
...