GetPeripheralOfReaderAsync

Returns (Task)

Find a particular Perihpheral by type that is connected to a designated Reader.

Name Description
reader
peripheralType Rex, Contact, Strike, Slave

Get Peripheral Of Reader Async

Example in C#

// Returns: PeripheralInfo
var peripheralInfo = await client.GetPeripheralOfReaderAsync(MercuryReaderInfo reader, ReaderPeripheralTypes peripheralType);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/peripherals/PERIPHERAL.TYPE \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json'