Completes the WorkItem If It Is still active.
Completes the WorkItem if it is still active.
Request
URI
POST
https://{api_host}/work-item-service/api/workitems/notifications
COPY
Request Body
notificationStatus of type(s) application/json
Required
{
"action": "string",
"comment": "string",
"entityId": "string",
"notificationId": "string",
"userId": "string"
}
string
action
Optional
action
string
comment
Optional
comment
string
entityId
Optional
entityId
string
notificationId
Optional
notificationId
string
userId
Optional
userId
Responses
200
successful operation
Operation doesn't return any data structure
Work Item Operations
POST
Cancel the specified WorkItem.
POST
Complete A WorkItem.
POST
Completes the WorkItem If It Is still active.
POST
Create A new WorkItem for the given service.
PUT
Create A set Of WorkItems
DELETE
Delete the WorkItem corresponding To the given id.
GET
Retrieve A list Of WorkItem.
GET
Retrieve A list Of WorkItem.
POST
Retrieve A set Of form data for the specified workItem and formElement.
GET
Retrieve the details Of the given WorkItem.
GET
Retrieve the WorkItem Form from for the selected WorkItem from the corresponding Service Provider.
POST
Retrieves the metadata Of multiple dynamic elements In single call. It combines the retrieval Of element's ElementState and the list Of permissible values for each element.
PUT
Update the WorkItem which corresponds To the given Id.