GetAsc1400PortsAsync

Get Ports collection of ASC1400 controller. Returns (Task<IEnumerable>)

Overview of GetAsc1400PortsAsync goes here.

Name Description
controller The ASC1400 controller to get ports for

Get Asc1400 Ports Async

Example in C#

// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetAsc1400PortsAsync(Asc1400Info controller);

Example in CURL



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