GET Worklist/ContentChanged?identifier={identifier}&worklistType={worklistType}&userLogin={userLogin}&lastAccessed={lastAccessed}&culture={culture}&sessionID={sessionID}&global={global}
Determines whether the worklist content is changed or not.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identifier |
The identifier. |
string |
Required |
| worklistType |
Type of the worklist. |
WorklistType |
Required |
| userLogin |
The user login. |
string |
Required |
| lastAccessed |
The last accessed datetime. |
date |
Required |
| culture |
The culture. |
string |
None. |
| sessionID |
The session identifier. |
string |
None. |
| global | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
BooleanResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
Gets or sets a value indicating whether this is success or failure. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true
}
application/xml, text/xml
Sample:
<BooleanResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models"> <Result>true</Result> </BooleanResult>