Gets the count of license audit records of a specific type. Returns (Task)
Overview of GetLicenseAuditRecordInfoCountAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to get the count from |
| type | The type of license audit records to count |
Example in C#
// Returns: Int64
var item = await client.GetLicenseAuditRecordInfoCountAsync(FolderInfo folder, LicenseAuditRecordTypes type);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenseauditrecords/count?type=1 \
-H 'Authorization: Bearer TOKEN_GOES_HERE'