Operation | Endpoint details | Form/Querystring fields | Output |
User Login | Method: POST Path: /user-account |
|
String : "success" |
User Registration | Method: POST Path: /user-account |
|
String : "registration success" |
Create business process | Method : POST Path : /uiapi/businessprocess/[business process name]/create
|
|
businessprocessId, messages Array Sample Create business process response JSON |
Upload documents | Method : POST Path : /uiapi/businessprocess/[business process id]/docupload/[doctype]
|
|
JSON messages Array |
Get business process list | Method : GET Path : /lists/businessprocess/[user] OR Path : /lists/businessprocess |
|
Business process list JSON |
Get alternates list | Method : GET Path : /lists/alternate/[businessprocessid] |
|
Alternate list JSON |
Get status | Method : GET Path : /uiapi/businessprocess/[businessprocessid]/status |
Status JSON | |
Get Alternate | Method : GET Path : /uiapi/alternate/[businessprocessid] |
|
Alternate JSON |
Get costing | Method: POST Path : /uiapi/costings |
|
Cost Analysis JSON |
Upload Artifact | Method: POST Path : /uiapi/artifact/[business process id]/upload |
|
JSON messages Array |
Delete Artifact | Method: POST Path : /uiapi/artifact/[business process id]/delete |
|
JSON messages Array |
Artifact List | Method: GET Path : /lists/artifacts/[business process id] |
Artifact List JSON | |
Resource List | Method : GET Path : /lists/resources/[business process id] |
|
Resource List JSON |
Status List | Method : GET Path : /lists/status |
Status List JSON | |
Roles list | Method : GET Path : /lists/roles |
Roles List JSON | |
Security groups list | Method : GET Path : /lists/groups |
JSON Array with following fields : - groupId - groupName - orgName |
|
Users List | Method : GET Path : /lists/users |
Users list JSON | |
Recommendation | Method : POST Path /uiapi/businessprocess/[business process id]/recommendation |
|
JSON Messages Array |
Get Metadata | Method : GET Path : /uiapi/metadata/[business process id]/get |
|
Project
Metadata JSON Artifact Metadata JSON |
Save Metadata | Method : POST Path : /uiapi/metadata/[business process id]/save |
|
JSON Messages Array |
Save verification data | Method : POST Path : /uiapi/verification/[business process id]/save |
|
JSON Messages Array |
Get verification data | Method : GET Path : /uiapi/verification/[business process id]/get |
Verification Data | |
Create package | Method : POST Path : /uiapi/businessprocess/[business process id]/package |
|
JSON Messages Array |
Get package | Method : GET Path : /uiapi/package/[business process id] |
Context Model | |
Preserve | Method : POST Path : /uiapi/businessprocess/[business process id]/preserve |
|
JSON Messages Array |
Retrieve | Method : POST Path : /uiapi/businessprocess/[business process id]/retrieve |
|
JSON Messages Array |
Set status | Method : POST Path : /uiapi/businessprocess/[business process id]/setstatus |
|
JSON Messages Array |
Events | Method : GET Path : /uiapi/businessprocess/[business process id]/events |
|
Events JSON |
Get User access data | Method : GET Path : /uiapi/useraccess/[userId]/get | ||
Set User access data | Method : POST Path : /uiapi/useraccess/[userId]/set |
| JSON Messages Array |
Analytics - Storage | Method : GET Path : /uiapi/analytics/[optional - business process id]/storage | view : String {"contentType"||"resourceType"} | By Resource Type JSON By Content Type JSON |
Analytics - Users | Method : GET Path : /uiapi/analytics//users | Userstats JSON | |
Analytics - Costs | Method : GET Path : /uiapi/analytics//costs |
| Cost stats JSON |