---
title: "Get trip score summary for a driver"
method: GET
path: "/v1/resourceowner/tripscore/summary/{driverContactId}"
tags: ["ResourceOwnerTripScore"]
---

# Get trip score summary for a driver

`GET /v1/resourceowner/tripscore/summary/{driverContactId}`

This is a BETA feature, under development and may change. <br /> 
            Reduction types are "HarshAcceleration", "HarshBrake", "HarshTurn", "Idling" or "Speeding". <br />
            Returns summary for previous month and current month.

## Path parameters

- `driverContactId` integer, required

## Response `200`

Success

- TripScoreSummaryModel[]
  - `AverageTripScore` integer
  - `FromDate` string
  - `Reductions` TripScoreReductionModel[]
    - `Type` integer
    - `Value` number, double
    - `Text` string
  - `Strengths` TripScoreReductionModel[]
    - `Type` integer
    - `Value` number, double
    - `Text` string
  - `ToDate` string

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
