Configuration objects are represented as a JSON object. The Access API allows you to grab the configuration object via a stream. This example shows a fully populated configuration object. The "ui" object and "job" object are optional. The "ui" object will contain all the value, or none. For the "job" object, any one of the values may not be present. { "configuration.type": "SmartTrack" "ui": { "gps.northup": false, "gps.usecompass": false, "screen.visible": false, "statistics.visible": false, "login.visible": false, "settings.visible": false, "preferences.visible": false, "screenblanking.on": true, "units.is.metric": false, "track.cycles.displayed": false, "gps.visible": false, "screenblanking.speed": 5, "cut.fill.setting": false, "filelist.visible": false, "machine.visible": false }, "job": { "haulpath": "37.69827167784122,-121.81372338848165 37.698729396233624,-121.81368534695918 37.69895363855252,-121.81300747292565 37.69891010564817,-121.81236937168113 37.6986660738121,-121.81176326223982 37.69805798205796,-121.8118203404538 37.697965654517965,-121.81261579744947 37.69790578375631,-121.81332928842612 37.698267156656364,-121.81374629148586", "cyclelines": [ "37.69856055410253,-121.81389631635922 37.69853417331307,-121.8129590554174" ], "jobfileid": "241", "jobfile": "\/Projects\/Samples\/Job Files\/City of Livermore.adf" }, }