GetLicenseAuditRecordInfoAsync

Gets a specific license audit record by key. Returns (Task)

Overview of GetLicenseAuditRecordInfoAsync goes here.

Name Description
folder The folder to get the license audit record from
key The key of the license audit record to retrieve

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'