GetBoschServicesAsync

Returns (Task<IEnumerable>)

Find all Bosch Services in the designated Folder.

Name Description
folder

Get Bosch Services Async

Example in C#

// Returns: IEnumerable<BoschServiceInfo>
var boschServiceInfo = await client.GetBoschServicesAsync(FolderInfo folder);

Example in CURL



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