Key | Description | Example Value |
| The build version string of the Android client. This is generally auto-generated for every build by the continuous deployment service. |
|
| The current language selected by the user. Currently, this is the device language. In the future, when we build out the in-app language switcher, will be the language selected by the user. See the official docs for more information. ​ Note: this is only a hint to the server so that they can select strings and set the response language correctly. The response is not verified by the app to be in the selected language. |
|
| The timezone set by the user on the device. Will be a standard timezone ID. |
|
| This will be the raw offset (in seconds) that the current user is from UTC. This value will be inclusive of adjustments like DST. ​ This is what the server should use if the server needs to find the calendar date a request is being sent from from UTC timestamps. |
|
| This is the ID of the logged in user. This field will be absent if the user has not logged in yet. |
|
| This is the facility ID which is selected by the current logged in user. This field will be absent if the user has not logged in yet. |
|