Returns (Task)
Overview of GetLicenseAuditRecordInfoCountAsync goes here.
Name | Description |
---|---|
folder | |
type |
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'