---
title: "Get AutoPlan V2 Driving Journal Preview"
method: GET
path: "/v1/resourceowner/integration/autoplan/v2/drivingjournal/{vehicleId}/{year}/{month}"
tags: ["ResourceOwnerIntegration"]
---

# Get AutoPlan V2 Driving Journal Preview

`GET /v1/resourceowner/integration/autoplan/v2/drivingjournal/{vehicleId}/{year}/{month}`

Get driving journal data for preview before sending. Contains odometer values and business km for the specified period. This is the NEW API endpoint that replaces GET /autoplan/mileagelog (legacy).

## Path parameters

- `vehicleId` integer, required
- `year` integer, required
- `month` integer, required

## Response `200`

Driving journal data for preview

- AutoPlanV2DrivingJournalModel
  - `StartOdometerKm` integer
  - `EndOdometerKm` integer
  - `BusinessKm` integer
  - `IsApproved` boolean

## Other responses

- `400` — Invalid parameters
- `403` — You are not authorized to this vehicle
- `500` — Internal server error

---

[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)
