Gets all ACRE intrusion doors for the specified panel. Returns (Task<IEnumerable>)
Overview of GetAcreIntrusionDoorsAsync goes here.
| Name | Description |
|---|---|
| AcreIntrusionPanel | The ACRE intrusion panel to get doors from |
Example in C#
// Returns: IEnumerable<AcreIntrusionDoorInfo>
var acreIntrusionDoorInfo = await client.GetAcreIntrusionDoorsAsync(AcreIntrusionPanelInfo AcreIntrusionPanel);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionpanels/PANEL.KEY/acreintrusionDoors \
-H 'Authorization: Bearer TOKEN_GOES_HERE'