GET apioauth/v5/assetscore?assetIDList={assetIDList}&scoreType={scoreType}&scorePeriod={scorePeriod}&from={from}&to={to}

Get asset score

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetIDList

A comma separated list of asset IDs being queried eg 12553,19247,98672

string

Required

scoreType

The type of score being queried

ScoreType

Required

scorePeriod

The period of score being queried

ScorePeriod

Required

from

The start date being queried yyyyMMddHHmmss

string

Required

to

The end date being queried yyyyMMddHHmmss

string

Required

Body Parameters

None.

Response Information

Resource Description

A list of AssetScores

Collection of AssetScore
NameDescriptionTypeAdditional information
sys_asset_id

The Asset ID of the score

unsigned integer

None.

score_period

The period of the score

ScorePeriod

None.

score_type

The type of the score

ScoreType

None.

sys_asset_id_type_period

The hash used in dynamoDB

string

None.

start_date

The start date of this scoring period

date

None.

end_date

The end date of this scoring period

date

None.

last_journey_end_time

The end time of the last journey in this scoring period

date

None.

journey_count

The number of journeys taken into account in this score

unsigned integer

None.

distance

The distance traveled in meters for this score period

unsigned integer

None.

duration

The duration of travel in seconds for this score period

unsigned integer

None.

overall_score

The overall score for the score_type

unsigned integer

None.

local_start_date

The local start date of a journey score

date

None.

local_end_date

The local end date of a journey score

date

None.

timezone

The timezone the journey ended in for a journey score

string

None.

urban_score

The overall night time score

unsigned integer

None.

urban_distance

The distance traveled in meters on urban roads in this score period

unsigned integer

None.

urban_duration

The duration of travel in seconds on urban roads in this score period

unsigned integer

None.

night_time_score

The overall night time score

unsigned integer

None.

night_time_distance

The distance traveled in meters on night time roads

unsigned integer

None.

night_time_duration

The duration of travel in seconds at night time in this score period

unsigned integer

None.

idling_score

The idling score

unsigned integer

None.

idling_duration

The duration in seconds of idling in this score period

unsigned integer

None.

longest_idling_instance

The duration of the longest single idling instance in seconds in this score period

unsigned integer

None.

speed_ideal

The ideal road speed in mph

decimal number

None.

speed_exceeded

The number of mph the speed was exceeded by

decimal number

None.

speed_score

The speeding score

unsigned integer

None.

speeding_event_count

The number of speeding events in this scoring period

unsigned integer

None.

speeding_duration

The time spent speeding in seconds

unsigned integer

None.

max_speed

The maximum speed observed during this scoring period

decimal number

None.

speed_20_count

The number of speeding events in a 20 mph zone

unsigned integer

None.

speed_30_count

The number of speeding events in a 30 mph zone

unsigned integer

None.

speed_40_count

The number of speeding events in a 40 mph zone

unsigned integer

None.

speed_50_count

The number of speeding events in a 50 mph zone

unsigned integer

None.

speed_60_count

The number of speeding events in a 60 mph zone

unsigned integer

None.

speed_70_count

The number of speeding events in a 70 mph zone

unsigned integer

None.

acceleration_score

The acceleration score

unsigned integer

None.

acceleration_event_count

The total acceleration events

unsigned integer

None.

acceleration_level_1_events

The total number of level 1 acceleration events

unsigned integer

None.

acceleration_level_2_events

The total number of level 2 acceleration events

unsigned integer

None.

acceleration_level_3_events

The total number of level 3 acceleration events

unsigned integer

None.

acceleration_max

The maximum acceleration in kilometers per hour per seconds seen in this scoring period

decimal number

None.

deceleration_score

The deceleration score

unsigned integer

None.

deceleration_event_count

The total deceleration events

unsigned integer

None.

deceleration_level_1_events

The total number of level 1 deceleration events

unsigned integer

None.

deceleration_level_2_events

The total number of level 2 deceleration events

unsigned integer

None.

deceleration_level_3_events

The total number of level 3 deceleration events

unsigned integer

None.

deceleration_max

The maximum deceleration in kilometers per hour per seconds seen in this scoring period

decimal number

None.

ServiceId

unsigned integer

None.

Vin

string

None.

Dot

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "sys_asset_id": 1,
    "score_period": 0,
    "score_type": 0,
    "sys_asset_id_type_period": "sample string 2",
    "start_date": "2026-04-03T21:50:56.6498854+00:00",
    "end_date": "2026-04-03T21:50:56.6498854+00:00",
    "last_journey_end_time": "2026-04-03T21:50:56.6498854+00:00",
    "journey_count": 6,
    "distance": 7,
    "duration": 8,
    "overall_score": 9,
    "local_start_date": "2026-04-03T21:50:56.6498854+00:00",
    "local_end_date": "2026-04-03T21:50:56.6498854+00:00",
    "timezone": "sample string 12",
    "urban_score": 13,
    "urban_distance": 14,
    "urban_duration": 15,
    "night_time_score": 16,
    "night_time_distance": 17,
    "night_time_duration": 18,
    "idling_score": 19,
    "idling_duration": 20,
    "longest_idling_instance": 21,
    "speed_ideal": 22.1,
    "speed_exceeded": 23.1,
    "speed_score": 24,
    "speeding_event_count": 25,
    "speeding_duration": 26,
    "max_speed": 27.1,
    "speed_20_count": 28,
    "speed_30_count": 29,
    "speed_40_count": 30,
    "speed_50_count": 31,
    "speed_60_count": 32,
    "speed_70_count": 33,
    "acceleration_score": 34,
    "acceleration_event_count": 35,
    "acceleration_level_1_events": 36,
    "acceleration_level_2_events": 37,
    "acceleration_level_3_events": 38,
    "acceleration_max": 39.1,
    "deceleration_score": 40,
    "deceleration_event_count": 41,
    "deceleration_level_1_events": 42,
    "deceleration_level_2_events": 43,
    "deceleration_level_3_events": 44,
    "deceleration_max": 45.1,
    "ServiceId": 46,
    "Vin": "sample string 47",
    "Dot": "sample string 48"
  },
  {
    "sys_asset_id": 1,
    "score_period": 0,
    "score_type": 0,
    "sys_asset_id_type_period": "sample string 2",
    "start_date": "2026-04-03T21:50:56.6498854+00:00",
    "end_date": "2026-04-03T21:50:56.6498854+00:00",
    "last_journey_end_time": "2026-04-03T21:50:56.6498854+00:00",
    "journey_count": 6,
    "distance": 7,
    "duration": 8,
    "overall_score": 9,
    "local_start_date": "2026-04-03T21:50:56.6498854+00:00",
    "local_end_date": "2026-04-03T21:50:56.6498854+00:00",
    "timezone": "sample string 12",
    "urban_score": 13,
    "urban_distance": 14,
    "urban_duration": 15,
    "night_time_score": 16,
    "night_time_distance": 17,
    "night_time_duration": 18,
    "idling_score": 19,
    "idling_duration": 20,
    "longest_idling_instance": 21,
    "speed_ideal": 22.1,
    "speed_exceeded": 23.1,
    "speed_score": 24,
    "speeding_event_count": 25,
    "speeding_duration": 26,
    "max_speed": 27.1,
    "speed_20_count": 28,
    "speed_30_count": 29,
    "speed_40_count": 30,
    "speed_50_count": 31,
    "speed_60_count": 32,
    "speed_70_count": 33,
    "acceleration_score": 34,
    "acceleration_event_count": 35,
    "acceleration_level_1_events": 36,
    "acceleration_level_2_events": 37,
    "acceleration_level_3_events": 38,
    "acceleration_max": 39.1,
    "deceleration_score": 40,
    "deceleration_event_count": 41,
    "deceleration_level_1_events": 42,
    "deceleration_level_2_events": 43,
    "deceleration_level_3_events": 44,
    "deceleration_max": 45.1,
    "ServiceId": 46,
    "Vin": "sample string 47",
    "Dot": "sample string 48"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAssetScore xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AssetScore>
    <sys_asset_id>1</sys_asset_id>
    <score_period>journey</score_period>
    <score_type>fuel</score_type>
    <sys_asset_id_type_period>sample string 2</sys_asset_id_type_period>
    <start_date>2026-04-03T21:50:56.6498854+00:00</start_date>
    <end_date>2026-04-03T21:50:56.6498854+00:00</end_date>
    <last_journey_end_time>2026-04-03T21:50:56.6498854+00:00</last_journey_end_time>
    <journey_count>6</journey_count>
    <distance>7</distance>
    <duration>8</duration>
    <overall_score>9</overall_score>
    <local_start_date>2026-04-03T21:50:56.6498854+00:00</local_start_date>
    <local_end_date>2026-04-03T21:50:56.6498854+00:00</local_end_date>
    <timezone>sample string 12</timezone>
    <urban_score>13</urban_score>
    <urban_distance>14</urban_distance>
    <urban_duration>15</urban_duration>
    <night_time_score>16</night_time_score>
    <night_time_distance>17</night_time_distance>
    <night_time_duration>18</night_time_duration>
    <idling_score>19</idling_score>
    <idling_duration>20</idling_duration>
    <longest_idling_instance>21</longest_idling_instance>
    <speed_ideal>22.1</speed_ideal>
    <speed_exceeded>23.1</speed_exceeded>
    <speed_score>24</speed_score>
    <speeding_event_count>25</speeding_event_count>
    <speeding_duration>26</speeding_duration>
    <max_speed>27.1</max_speed>
    <speed_20_count>28</speed_20_count>
    <speed_30_count>29</speed_30_count>
    <speed_40_count>30</speed_40_count>
    <speed_50_count>31</speed_50_count>
    <speed_60_count>32</speed_60_count>
    <speed_70_count>33</speed_70_count>
    <acceleration_score>34</acceleration_score>
    <acceleration_event_count>35</acceleration_event_count>
    <acceleration_level_1_events>36</acceleration_level_1_events>
    <acceleration_level_2_events>37</acceleration_level_2_events>
    <acceleration_level_3_events>38</acceleration_level_3_events>
    <acceleration_max>39.1</acceleration_max>
    <deceleration_score>40</deceleration_score>
    <deceleration_event_count>41</deceleration_event_count>
    <deceleration_level_1_events>42</deceleration_level_1_events>
    <deceleration_level_2_events>43</deceleration_level_2_events>
    <deceleration_level_3_events>44</deceleration_level_3_events>
    <deceleration_max>45.1</deceleration_max>
    <ServiceId>46</ServiceId>
    <Vin>sample string 47</Vin>
    <Dot>sample string 48</Dot>
  </AssetScore>
  <AssetScore>
    <sys_asset_id>1</sys_asset_id>
    <score_period>journey</score_period>
    <score_type>fuel</score_type>
    <sys_asset_id_type_period>sample string 2</sys_asset_id_type_period>
    <start_date>2026-04-03T21:50:56.6498854+00:00</start_date>
    <end_date>2026-04-03T21:50:56.6498854+00:00</end_date>
    <last_journey_end_time>2026-04-03T21:50:56.6498854+00:00</last_journey_end_time>
    <journey_count>6</journey_count>
    <distance>7</distance>
    <duration>8</duration>
    <overall_score>9</overall_score>
    <local_start_date>2026-04-03T21:50:56.6498854+00:00</local_start_date>
    <local_end_date>2026-04-03T21:50:56.6498854+00:00</local_end_date>
    <timezone>sample string 12</timezone>
    <urban_score>13</urban_score>
    <urban_distance>14</urban_distance>
    <urban_duration>15</urban_duration>
    <night_time_score>16</night_time_score>
    <night_time_distance>17</night_time_distance>
    <night_time_duration>18</night_time_duration>
    <idling_score>19</idling_score>
    <idling_duration>20</idling_duration>
    <longest_idling_instance>21</longest_idling_instance>
    <speed_ideal>22.1</speed_ideal>
    <speed_exceeded>23.1</speed_exceeded>
    <speed_score>24</speed_score>
    <speeding_event_count>25</speeding_event_count>
    <speeding_duration>26</speeding_duration>
    <max_speed>27.1</max_speed>
    <speed_20_count>28</speed_20_count>
    <speed_30_count>29</speed_30_count>
    <speed_40_count>30</speed_40_count>
    <speed_50_count>31</speed_50_count>
    <speed_60_count>32</speed_60_count>
    <speed_70_count>33</speed_70_count>
    <acceleration_score>34</acceleration_score>
    <acceleration_event_count>35</acceleration_event_count>
    <acceleration_level_1_events>36</acceleration_level_1_events>
    <acceleration_level_2_events>37</acceleration_level_2_events>
    <acceleration_level_3_events>38</acceleration_level_3_events>
    <acceleration_max>39.1</acceleration_max>
    <deceleration_score>40</deceleration_score>
    <deceleration_event_count>41</deceleration_event_count>
    <deceleration_level_1_events>42</deceleration_level_1_events>
    <deceleration_level_2_events>43</deceleration_level_2_events>
    <deceleration_level_3_events>44</deceleration_level_3_events>
    <deceleration_max>45.1</deceleration_max>
    <ServiceId>46</ServiceId>
    <Vin>sample string 47</Vin>
    <Dot>sample string 48</Dot>
  </AssetScore>
</ArrayOfAssetScore>