GetBoschAuthorityLevelsAsync

Returns (Task<IEnumerable>)

Find all the Bosch Authority Levels on the designated Bosch Panel.

Name Description
panel

Get Bosch Authority Levels Async

Example in C#

// Returns: IEnumerable<BoschAuthorityLevelInfo>
var boschAuthorityLevelInfo = await client.GetBoschAuthorityLevelsAsync(BoschPanelInfo panel);

Example in CURL



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