POST Worklist/RestoreQbeFolder
Restore Qbe Folder
Request Information
URI Parameters
None.
Body Parameters
QbeRestoreParamsName | Description | Type | Additional information |
---|---|---|---|
WorklistType |
The type mentions parent QbeFolder record or legacy folder or link folder. |
WorklistType |
None. |
Identifier |
Identifier of the the parent QbeFolder record or legacy folder. For parent QBE folder Identifier is uuid of the QbeFolder For legacy folder Identifier is the folder.path |
string |
None. |
UserLogin |
The login name of the User. |
string |
None. |
Culture | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "WorklistType": 0, "Identifier": "sample string 1", "UserLogin": "sample string 2", "Culture": "sample string 3" }
application/xml, text/xml
Sample:
<QbeRestoreParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <Culture>sample string 3</Culture> <Identifier>sample string 1</Identifier> <UserLogin>sample string 2</UserLogin> <WorklistType>Legacy</WorklistType> </QbeRestoreParams>
Response Information
Resource Description
True/False
MetadataName | Description | Type | Additional information |
---|---|---|---|
BaseType |
Gets or sets the base type |
string |
None. |
KeyColumn |
Gets or sets the key column name. |
string |
None. |
RefreshRate |
Gets or sets the refresh rate (in seconds). |
integer |
None. |
Columns |
Gets or sets the columns. |
Collection of ListColumn |
None. |
Filters |
Gets or sets the filters. |
Collection of ListFilter |
None. |
GroupByColumns |
Grouping columns of the QBE folder |
Collection of GroupByColumn |
None. |
ParentIdentifier |
Gets or sets the parent identifier. |
string |
None. |
DefaultSorts |
Gets or sets default sorts |
Collection of ListSort |
None. |
ColumnSettings | Collection of Pair of string [key] and Metadata [value] |
None. |