Work-items service invokes this API To notify that work item Is completed.
Work-items service invokes this API to notify that work item is completed.
Request
URI
POST
https://{api_host}/approval-service/api/evaluations/workitems
COPY
Request Body
workItemCallbackAction of type(s) application/json
Required
{
"targetId": "string",
"workItemTypeId": "string",
"formData": {
"entries": [
{
"key": "string"
}
]
},
"workItemId": "string",
"assignee": "string",
"completeActionId": "string",
"completedDate": "string"
}
string
targetId
Optional
targetId
string
workItemTypeId
Optional
workItemTypeId
string
workItemId
Optional
workItemId
string
assignee
Optional
assignee
string
completeActionId
Optional
completeActionId
string As date-time As date-time
completedDate
Optional
completedDate
Responses
default
successful operation
Operation doesn't return any data structure
Approval Work Item Operations
POST
Work-items service invokes this API To notify that work item Is completed.