POST Worklist/UpdateFavorite
Update favorite.
Request Information
URI Parameters
None.
Body Parameters
Information about update and delete folders.
UpdateFavoriteRequestName | Description | Type | Additional information |
---|---|---|---|
UpdateItems |
List containing the items to be updated |
Collection of FavoriteFolderInfo |
None. |
RemoveItems |
List containing the items to be removed |
Collection of FavoriteFolderInfo |
None. |
Request Formats
application/json, text/json
Sample:
{ "UpdateItems": [ { "Identifier": "sample string 1", "FolderId": 2, "FolderUuid": "sample string 3", "Label": "sample string 4", "WorklistType": 0, "SortOrder": "sample string 5", "Count": "sample string 6", "IsStatCount": "sample string 7", "BaseType": "sample string 8", "IsQbeFolder": "sample string 9", "BaseFolderName": "sample string 10", "IsPublic": true, "IsShared": true, "IsGlobal": true, "Owner": "sample string 14", "IsDefault": true }, { "Identifier": "sample string 1", "FolderId": 2, "FolderUuid": "sample string 3", "Label": "sample string 4", "WorklistType": 0, "SortOrder": "sample string 5", "Count": "sample string 6", "IsStatCount": "sample string 7", "BaseType": "sample string 8", "IsQbeFolder": "sample string 9", "BaseFolderName": "sample string 10", "IsPublic": true, "IsShared": true, "IsGlobal": true, "Owner": "sample string 14", "IsDefault": true } ], "RemoveItems": [ { "Identifier": "sample string 1", "FolderId": 2, "FolderUuid": "sample string 3", "Label": "sample string 4", "WorklistType": 0, "SortOrder": "sample string 5", "Count": "sample string 6", "IsStatCount": "sample string 7", "BaseType": "sample string 8", "IsQbeFolder": "sample string 9", "BaseFolderName": "sample string 10", "IsPublic": true, "IsShared": true, "IsGlobal": true, "Owner": "sample string 14", "IsDefault": true }, { "Identifier": "sample string 1", "FolderId": 2, "FolderUuid": "sample string 3", "Label": "sample string 4", "WorklistType": 0, "SortOrder": "sample string 5", "Count": "sample string 6", "IsStatCount": "sample string 7", "BaseType": "sample string 8", "IsQbeFolder": "sample string 9", "BaseFolderName": "sample string 10", "IsPublic": true, "IsShared": true, "IsGlobal": true, "Owner": "sample string 14", "IsDefault": true } ] }
application/xml, text/xml
Sample:
<UpdateFavoriteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Model.Worklists"> <RemoveItems> <FavoriteFolderInfo> <BaseFolderName>sample string 10</BaseFolderName> <BaseType>sample string 8</BaseType> <Count>sample string 6</Count> <FolderId>2</FolderId> <FolderUuid>sample string 3</FolderUuid> <Identifier>sample string 1</Identifier> <IsDefault>true</IsDefault> <IsGlobal>true</IsGlobal> <IsPublic>true</IsPublic> <IsQbeFolder>sample string 9</IsQbeFolder> <IsShared>true</IsShared> <IsStatCount>sample string 7</IsStatCount> <Label>sample string 4</Label> <Owner>sample string 14</Owner> <SortOrder>sample string 5</SortOrder> <WorklistType>Legacy</WorklistType> </FavoriteFolderInfo> <FavoriteFolderInfo> <BaseFolderName>sample string 10</BaseFolderName> <BaseType>sample string 8</BaseType> <Count>sample string 6</Count> <FolderId>2</FolderId> <FolderUuid>sample string 3</FolderUuid> <Identifier>sample string 1</Identifier> <IsDefault>true</IsDefault> <IsGlobal>true</IsGlobal> <IsPublic>true</IsPublic> <IsQbeFolder>sample string 9</IsQbeFolder> <IsShared>true</IsShared> <IsStatCount>sample string 7</IsStatCount> <Label>sample string 4</Label> <Owner>sample string 14</Owner> <SortOrder>sample string 5</SortOrder> <WorklistType>Legacy</WorklistType> </FavoriteFolderInfo> </RemoveItems> <UpdateItems> <FavoriteFolderInfo> <BaseFolderName>sample string 10</BaseFolderName> <BaseType>sample string 8</BaseType> <Count>sample string 6</Count> <FolderId>2</FolderId> <FolderUuid>sample string 3</FolderUuid> <Identifier>sample string 1</Identifier> <IsDefault>true</IsDefault> <IsGlobal>true</IsGlobal> <IsPublic>true</IsPublic> <IsQbeFolder>sample string 9</IsQbeFolder> <IsShared>true</IsShared> <IsStatCount>sample string 7</IsStatCount> <Label>sample string 4</Label> <Owner>sample string 14</Owner> <SortOrder>sample string 5</SortOrder> <WorklistType>Legacy</WorklistType> </FavoriteFolderInfo> <FavoriteFolderInfo> <BaseFolderName>sample string 10</BaseFolderName> <BaseType>sample string 8</BaseType> <Count>sample string 6</Count> <FolderId>2</FolderId> <FolderUuid>sample string 3</FolderUuid> <Identifier>sample string 1</Identifier> <IsDefault>true</IsDefault> <IsGlobal>true</IsGlobal> <IsPublic>true</IsPublic> <IsQbeFolder>sample string 9</IsQbeFolder> <IsShared>true</IsShared> <IsStatCount>sample string 7</IsStatCount> <Label>sample string 4</Label> <Owner>sample string 14</Owner> <SortOrder>sample string 5</SortOrder> <WorklistType>Legacy</WorklistType> </FavoriteFolderInfo> </UpdateItems> </UpdateFavoriteRequest>
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>