Get folders (by parent)Ask AIget https://api.safetyculture.io/directory/v1/parent/{id}/foldersPath ParamsidstringrequiredOptional. The identifier of the parent folder. When no parent folder ID is given all top level root folders will be returnedQuery Paramsinclude_members_countbooleanOptional. Whether to return the directly associated members count with the folders. Defaults to false.truefalselimitint32The number of results to be returned.page_tokenstringOptional. base64 encoded. If this field is present, the list of folders returned will start from the row after this token.include_inherited_members_countbooleanOptional. Whether to include the number of inherited members for each foldertruefalsedomainstringdomain represents the type/domain/hierarchy for the folder. This is used for getting folders of a certain domain, i.e. getting all template folders or site foldersonly_assigned_foldersbooleanWhen true, GetFoldersByParent will only return folders that are assigned to the user making the request. Defaults to falsetruefalsewith_deleted_foldersbooleanOptional. When true, deleted and non-deleted folders will be returned.truefalseResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago