GET api/folders/children/{parentFolderId}

Gets the child folders for the given parent folder.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentFolderId

The id of the parent folder to retrieve child folders for.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.