POST Worklist/RestoreLinkFolder
Restore Link Folder
Request Information
URI Parameters
None.
Body Parameters
LinkFolderRestoreRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Uuid |
Uuid of the LinkFolder |
string |
None. |
| UserLogin |
The login name of the User. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Uuid": "sample string 1",
"UserLogin": "sample string 2"
}
application/xml, text/xml
Sample:
<LinkFolderRestoreRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <UserLogin>sample string 2</UserLogin> <Uuid>sample string 1</Uuid> </LinkFolderRestoreRequest>
Response Information
Resource Description
LinkFolderRestoreResult
LinkFolderRestoreResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Metadata |
Metadata of the restored Link Folder. |
Metadata |
None. |
| Succeeded |
Denotes whether the Link Folder process request has been successful or not. |
boolean |
None. |
| Remarks |
Summarize the Link Folder process result. |
string |
None. |