Returns ()
Find all child folders in the designated Folder.
Name | Description |
---|---|
parentFolder |
Example in C#
// Returns: FolderInfo
var folderInfo = await client.GetChildFoldersAsync(BaseInfo parentFolder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/folders \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \