Connectors
...
Actions
Get List of Child Folders
5 min
description retrieve a list of child folders from a specified folder in microsoft graph api using the provided email address and folder id endpoint url /v1 0/users/{{email address}}/mailfolders/{{folder id}}/childfolders method get inputs path parameters (object) – required email address (string) – required the account associated with the email folder id (string) – required the mailfolder's unique identifier parameters (object) includehiddenfolders (boolean) to include hidden child folders in the response output output parameters status code (number) reason (string) json body (object) @odata context (string) value (array) id (string) displayname (string) parentfolderid (string) childfoldercount (number) unreaditemcount (number) totalitemcount (number) sizeinbytes (number) ishidden (boolean) response headers header type cache control string transfer encoding string content type string content encoding string strict transport security string request id string client request id string x ms ags diagnostic string date string