GetAllInstalledBulkActionObjectTypes

Gets all object types that can be selected from all currently installed bulk action packages Returns (Task<IEnumerable>)

Overview of GetAllInstalledBulkActionObjectTypes goes here.

Name Description
folder The folder to get bulk action object types from

Get All Installed Bulk Action Object Types

Example in C#

// Returns: IEnumerable<String>
var item = await client.GetAllInstalledBulkActionObjectTypes(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/FitPackages/BulkActions/Types \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'