GetLicenseAuditRecordInfoAsync

Returns (Task)

Overview of GetLicenseAuditRecordInfoAsync goes here.

Name Description
folder
key

Get License Audit Record Info Async

Example in C#

// Returns: LicenseAuditRecordInfo
var licenseAuditRecordInfo = await client.GetLicenseAuditRecordInfoAsync(FolderInfo folder, String key);

Example in CURL



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