GetLicenseAuditRecordInfoCountAsync

Returns (Task)

Overview of GetLicenseAuditRecordInfoCountAsync goes here.

Name Description
folder
type

Get License Audit Record Info Count Async

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'