Trimble Navigation · Example Payload

Trimble Mobile Manager Get Tmm Info Example

GPSGNSSPositioningNavigationSurveyingGeospatialConstructionFortune 1000

Trimble Mobile Manager Get Tmm Info Example is an example object payload from Trimble Navigation, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "http://localhost:8080/api/v1/tmmInfo",
    "headers": {
      "Authorization": "Basic BASE64_ENCODED_ACCESS_CODE"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "version": "3.5.2",
      "apiPort": 8080,
      "v1SocketPort": 8081,
      "v2SocketPort": 8082,
      "receiverConnected": true,
      "platform": "Android"
    }
  }
}