Returns (Task<IEnumerable>)
Find all Bosch Points on the designated Panel.
Name | Description |
---|---|
panel |
Example in C#
// Returns: IEnumerable<BoschPointInfo>
var item = await client.GetBoschPointsAsync(BoschPanelInfo panel);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschpoints/BOSCHPOINTS.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'