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