GetBuildingsAsync

Gets the set of Buildings in a given folder Returns (Task<IEnumerable>)

This gets the BuildingInfo objects from the designated folder in the data base.

Name Description
folder the target folder

Get Buildings Async

Example in C#

// Returns: IEnumerable<BuildingInfo>
var buildingInfo = await client.GetBuildingsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/INSTANCE.KEY/buildings \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'