GET api/CutupFolder?sFolderId={sFolderId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sFolderId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CutupFolderName | Description | Type | Additional information |
---|---|---|---|
FolderId | string |
None. |
|
ParentFolderId | string |
None. |
|
FolderName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "FolderId": "sample string 1", "ParentFolderId": "sample string 2", "FolderName": "sample string 3" }
application/xml, text/xml
Sample:
<CutupFolder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="f1"> <FolderId>sample string 1</FolderId> <FolderName>sample string 3</FolderName> <ParentFolderId>sample string 2</ParentFolderId> </CutupFolder>