REST API - pendWorkItem
The table summarizes the REST API - pendWorkItem.
Example
Request |
PUT <baseurl>/workitem/pend
|
Request body |
<pendWorkItem xmlns="http://api.brm.n2.tibco.com">
<workItemID id="15" xmlns=""/>
<hiddenPeriod xmlns="">
<hiddenDuration years="0" months="0" weeks="0" days="0" hours="0" minutes="2"/>
</hiddenPeriod>
</pendWorkItem>
|
Response |
{
"workItemID": {
"@id": "15",
"@version": "2"
}
}
|
Copyright © Cloud Software Group, Inc. All rights reserved.