Returns (Task<IEnumerable>)
Find all Floor Plan Items in the designated Floor Plan.
Name | Description |
---|---|
floorplan |
Example in C#
// Returns: IEnumerable<FloorplanItemInfo>
var floorplanItemInfo = await client.GetFloorplanItemsAsync(FloorplanInfo floorplan);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/floorplans/FLOORPLAN.KEY/items \
-H 'Authorization: Bearer TOKEN_GOES_HERE'