Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Complex Types - appUsageInfoType

Description

Application usage record. This record represents the usage of one application route in the given client

Properties

Name Type Occurrence Description
client xs:string Required The user client this usage record relates to
day xs:string Required The day this record is related to.
route xs:string Required The route in the UI that this record represents. The route is essentually the unique application area being used.
sref xs:string Required The internal s-reference identifier.
count xs:unsignedInt Required The number of times this route was used on this day.
In This Document