GET api/folders/children/{parentFolderId}
Gets the child folders for the given parent folder.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentFolderId |
The id of the parent folder to retrieve child folders for. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.