A message to be included in all request messages to control the responses.

interface ApiPreferences {
    language: string;
    useHexNumericBase: boolean;
    username: string;
    version: string;
}

Properties

language: string

The preferred UI language.

useHexNumericBase: boolean

The preferred numeric base for message identifiers and message data

username: string

The current user.

version: string

The API version used by the client.