POST Worklist/GetFolderStatus

Request Information

URI Parameters

None.

Body Parameters

WorklistAccessStatusRequest
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>