GetLedConfigurationsForControllerAsync

Gets all LED configurations for the specified controller. Returns (Task<IEnumerable>)

Overview of GetLedConfigurationsForControllerAsync goes here.

Name Description
controllerInfo The controller to get LED configurations for

Get Led Configurations For Controller Async

Example in C#

// Returns: IEnumerable<LedConfigurationInfo>
var ledConfigurationInfo = await client.GetLedConfigurationsForControllerAsync(ControllerInfo controllerInfo);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/cardformats \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'