POST Worklist/AddToFavorite
Adds to favorite.
Request Information
URI Parameters
None.
Body Parameters
The parameters.
FavoriteRequestName | Description | Type | Additional information |
---|---|---|---|
FolderId |
LinkFolderId of the Favorite |
integer |
None. |
Identifier |
LinkFolder Uuid of the Favorite |
string |
None. |
SortOrder |
Sort Order of a favorite |
string |
None. |
UserLogin |
User Login name |
string |
None. |
Worklist_Type |
Gets or sets the type of the worklist. |
WorklistType |
None. |
Request Formats
application/json, text/json
Sample:
{ "FolderId": 1, "Identifier": "sample string 2", "SortOrder": "sample string 3", "UserLogin": "sample string 4", "Worklist_Type": 0 }
application/xml, text/xml
Sample:
<FavoriteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Model.Worklists"> <FolderId>1</FolderId> <Identifier>sample string 2</Identifier> <SortOrder>sample string 3</SortOrder> <UserLogin>sample string 4</UserLogin> <Worklist_Type>Legacy</Worklist_Type> </FavoriteRequest>
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>