GET apioauth/fleet/addittelem/{serviceID}/{from}/{to}/{msgType}
Maps to the getAdditionalTelemetryForDateTimeServiceId and getAdditionalTelemetryForDateTimeTypeServiceId methods from the Fleet Web Service
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| serviceID | 
                         The service id being queried  | 
                    unsigned integer | 
                                 Required  | 
                
| from | 
                         The start date being queried yyyyMMddHHmmss  | 
                    string | 
                                 Required  | 
                
| to | 
                         The end date being queried yyyyMMddHHmmss  | 
                    string | 
                                 Required  | 
                
| msgType | 
                         The type of message being queried  | 
                    integer | 
                                 Default value is 0  | 
                
Body Parameters
None.
Response Information
Resource Description
Additional telemetry list
Collection of Additional| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | 
                         A unique id number for the additional telemetry record  | 
                    unsigned integer | 
                             None.  | 
                
| sysServiceId | 
                         The service id which created this additional telemetry record  | 
                    unsigned integer | 
                             None.  | 
                
| sysMsgType | 
                         The type of message eg 51 = harsh acceleration  | 
                    unsigned integer | 
                             None.  | 
                
| gpsTime | 
                         The time in UTC when the message occurred  | 
                    date | 
                             None.  | 
                
| Data1 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data2 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data3 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data4 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data5 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data6 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data7 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data8 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data9 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| Data10 | 
                         Any additional data sent across. The value will be 0 if not used  | 
                    unsigned integer | 
                             None.  | 
                
| SpeedLimit | 
                         The road speed limit in MPH from where the message occurred  | 
                    integer | 
                             None.  | 
                
| GPSPosition | 
                         The GPS position  | 
                    Position | 
                             None.  | 
                
| GeoStreet | 
                         The street the event occurred on  | 
                    string | 
                             None.  | 
                
| GeoTown | 
                         The town the event occurred in  | 
                    string | 
                             None.  | 
                
| GeoCountry | 
                         The country the event occurred in  | 
                    string | 
                             None.  | 
                
| GeoPostcode | 
                         The postcode of the area where the event occurred  | 
                    string | 
                             None.  | 
                
| TelemetryInput0 | 
                         The state of input 0 when the event occurred  | 
                    boolean | 
                             None.  | 
                
Response Formats
application/json, text/json
[
  {
    "ID": 1,
    "sysServiceId": 2,
    "sysMsgType": 3,
    "gpsTime": "2025-11-04T14:24:59.9623747+00:00",
    "Data1": 5,
    "Data2": 6,
    "Data3": 7,
    "Data4": 8,
    "Data5": 9,
    "Data6": 10,
    "Data7": 11,
    "Data8": 12,
    "Data9": 13,
    "Data10": 14,
    "SpeedLimit": 15,
    "GPSPosition": {
      "_latitude": {
        "_element": 120.32113697747289
      },
      "_longitude": {
        "_element": 120.32113697747289
      },
      "_foLat": {
        "_element": 49.0
      },
      "_foLong": {
        "_element": -2.0
      },
      "_af0": 6375585.7452000007,
      "_bf0": 6354209.61327432
    },
    "GeoStreet": "sample string 16",
    "GeoTown": "sample string 17",
    "GeoCountry": "sample string 18",
    "GeoPostcode": "sample string 19",
    "TelemetryInput0": true
  },
  {
    "ID": 1,
    "sysServiceId": 2,
    "sysMsgType": 3,
    "gpsTime": "2025-11-04T14:24:59.9623747+00:00",
    "Data1": 5,
    "Data2": 6,
    "Data3": 7,
    "Data4": 8,
    "Data5": 9,
    "Data6": 10,
    "Data7": 11,
    "Data8": 12,
    "Data9": 13,
    "Data10": 14,
    "SpeedLimit": 15,
    "GPSPosition": {
      "_latitude": {
        "_element": 120.32113697747289
      },
      "_longitude": {
        "_element": 120.32113697747289
      },
      "_foLat": {
        "_element": 49.0
      },
      "_foLong": {
        "_element": -2.0
      },
      "_af0": 6375585.7452000007,
      "_bf0": 6354209.61327432
    },
    "GeoStreet": "sample string 16",
    "GeoTown": "sample string 17",
    "GeoCountry": "sample string 18",
    "GeoPostcode": "sample string 19",
    "TelemetryInput0": true
  }
]
        application/xml, text/xml
<ArrayOfAdditional xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Additional>
    <ID>1</ID>
    <sysServiceId>2</sysServiceId>
    <sysMsgType>3</sysMsgType>
    <gpsTime>2025-11-04T14:24:59.9623747+00:00</gpsTime>
    <Data1>5</Data1>
    <Data2>6</Data2>
    <Data3>7</Data3>
    <Data4>8</Data4>
    <Data5>9</Data5>
    <Data6>10</Data6>
    <Data7>11</Data7>
    <Data8>12</Data8>
    <Data9>13</Data9>
    <Data10>14</Data10>
    <SpeedLimit>15</SpeedLimit>
    <GPSPosition>
      <Longitude>
        <Degrees>120.32113697747289</Degrees>
        <Radians>2.1</Radians>
      </Longitude>
      <Latitude>
        <Degrees>120.32113697747289</Degrees>
        <Radians>2.1</Radians>
      </Latitude>
    </GPSPosition>
    <GeoStreet>sample string 16</GeoStreet>
    <GeoTown>sample string 17</GeoTown>
    <GeoCountry>sample string 18</GeoCountry>
    <GeoPostcode>sample string 19</GeoPostcode>
    <TelemetryInput0>true</TelemetryInput0>
  </Additional>
  <Additional>
    <ID>1</ID>
    <sysServiceId>2</sysServiceId>
    <sysMsgType>3</sysMsgType>
    <gpsTime>2025-11-04T14:24:59.9623747+00:00</gpsTime>
    <Data1>5</Data1>
    <Data2>6</Data2>
    <Data3>7</Data3>
    <Data4>8</Data4>
    <Data5>9</Data5>
    <Data6>10</Data6>
    <Data7>11</Data7>
    <Data8>12</Data8>
    <Data9>13</Data9>
    <Data10>14</Data10>
    <SpeedLimit>15</SpeedLimit>
    <GPSPosition>
      <Longitude>
        <Degrees>120.32113697747289</Degrees>
        <Radians>2.1</Radians>
      </Longitude>
      <Latitude>
        <Degrees>120.32113697747289</Degrees>
        <Radians>2.1</Radians>
      </Latitude>
    </GPSPosition>
    <GeoStreet>sample string 16</GeoStreet>
    <GeoTown>sample string 17</GeoTown>
    <GeoCountry>sample string 18</GeoCountry>
    <GeoPostcode>sample string 19</GeoPostcode>
    <TelemetryInput0>true</TelemetryInput0>
  </Additional>
</ArrayOfAdditional>