Gets bulk actions available for specific object types Returns (Task<IEnumerable>)
Overview of GetBulkActionsForObjectTypesAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to get bulk actions from |
| objectTypes | The object types to filter bulk actions by |
Example in C#
// Returns: IEnumerable<BulkActionInfo>
var bulkActionInfo = await client.GetBulkActionsForObjectTypesAsync(FolderInfo folder, String objectTypes);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/FitPackages/BulkActions \
-H 'Authorization: Bearer TOKEN_GOES_HERE'