GetPeripheralsForDownstreamAsync

Returns (Task<IEnumerable>)

Get all Peripherals that are connected to the designated Downstream.

Name Description
downstream

Get Peripherals For Downstream Async

Example in C#

// Returns: IEnumerable<PeripheralInfo>
var peripheralInfo = await client.GetPeripheralsForDownstreamAsync(DownstreamInfo downstream);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/peripherals \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'