ImportEngageDevicesAsync

Imports Engage devices from an Engage site. Returns ()

Import Engage Devices from the designated Engage Site.

Name Description
item The Engage site to import devices from

Import Engage Devices Async

Example in C#

// Returns: IEnumerable<EngageDeviceInfo>
var engageDeviceInfo = await client.ImportEngageDevicesAsync(EngageSiteInfo item);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagesites/ENGAGESITE.KEY/import \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'
               -H 'Content-Type: application/json' \
               -d null