Completes the WorkItem If It Is still active.

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

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/work-item-service/api/workitems/notifications