POST Worklist/GetFolderStatus
Request Information
URI Parameters
None.
Body Parameters
WorklistAccessStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WorklistType | WorklistType |
None. |
|
| UserLogin | string |
None. |
|
| Identifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserLogin": "sample string 1",
"Identifier": "sample string 2",
"WorklistType": 0
}
application/xml, text/xml
Sample:
<WorklistAccessStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <Identifier>sample string 2</Identifier> <UserLogin>sample string 1</UserLogin> <WorklistType>Legacy</WorklistType> </WorklistAccessStatusRequest>
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>