Adv. Workflow

Complete Workflow Items Advanced API

Set a list of WorkflowDetail records to Complete.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
current_User_ID
string or null
assign_User_ID
string or null
message
string or null
Array of objects or null (WorkflowClaim)
Array of objects or null (WorkflowAuth)
Array of objects or null (WorkflowCheck)
Array of objects or null (WorkflowEnrollment)
Responses
202

Accepted for processing

401

Unauthorized

post/workflow-complete
Request samples
{
  • "current_User_ID": "string",
  • "assign_User_ID": "string",
  • "message": "string",
  • "workflowClaims": [
    ],
  • "workflowAuths": [
    ],
  • "workflowChecks": [
    ],
  • "workflowEnrollments": [
    ]
}

Reject Workflow Items Advanced API

Set a list of WorkflowDetail records to Reject.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
current_User_ID
string or null
assign_User_ID
string or null
message
string or null
Array of objects or null (WorkflowClaim)
Array of objects or null (WorkflowAuth)
Array of objects or null (WorkflowCheck)
Array of objects or null (WorkflowEnrollment)
Responses
202

Accepted for processing

401

Unauthorized

post/workflow-reject
Request samples
{
  • "current_User_ID": "string",
  • "assign_User_ID": "string",
  • "message": "string",
  • "workflowClaims": [
    ],
  • "workflowAuths": [
    ],
  • "workflowChecks": [
    ],
  • "workflowEnrollments": [
    ]
}

Process Workflow Claims Advanced API

Set a list of Claims in Batch to Process.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
current_User_ID
string or null
assign_User_ID
string or null
message
string or null
Array of objects or null (WorkflowClaim)
Array of objects or null (WorkflowAuth)
Array of objects or null (WorkflowCheck)
Array of objects or null (WorkflowEnrollment)
Responses
202

Accepted for processing

401

Unauthorized

post/workflow-process-claims
Request samples
{
  • "current_User_ID": "string",
  • "assign_User_ID": "string",
  • "message": "string",
  • "workflowClaims": [
    ],
  • "workflowAuths": [
    ],
  • "workflowChecks": [
    ],
  • "workflowEnrollments": [
    ]
}

Assign Workflow Items Advanced API

Set a list of WorkflowDetail records to Assign.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
current_User_ID
string or null
assign_User_ID
string or null
message
string or null
Array of objects or null (WorkflowClaim)
Array of objects or null (WorkflowAuth)
Array of objects or null (WorkflowCheck)
Array of objects or null (WorkflowEnrollment)
Responses
202

Accepted for processing

401

Unauthorized

post/workflow-assign
Request samples
{
  • "current_User_ID": "string",
  • "assign_User_ID": "string",
  • "message": "string",
  • "workflowClaims": [
    ],
  • "workflowAuths": [
    ],
  • "workflowChecks": [
    ],
  • "workflowEnrollments": [
    ]
}