GetLicenseAuditRecordInfosAsync

Returns (Task<IEnumerable>)

Overview of GetLicenseAuditRecordInfosAsync goes here.

Name Description
folder
type

Get License Audit Record Infos Async

Example in C#

// Returns: IEnumerable<LicenseAuditRecordInfo>
var licenseAuditRecordInfo = await client.GetLicenseAuditRecordInfosAsync(FolderInfo folder, LicenseAuditRecordTypes type);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenseauditrecords?type=0 \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'