ImportEngageDevicesAsync

Returns ()

Import Engage Devices from the designated Engage Site.

Name Description
item

Import Engage Devices Async

Example in C#

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

Example in CURL



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