---
title: "Get overview event"
method: GET
path: "/draft_trips/{trip_uuid}/itineraries/{id}"
tags: ["Trip Overview"]
---

# Get overview event

`GET /draft_trips/{trip_uuid}/itineraries/{id}`

Get Overview Event

## Path parameters

- `trip_uuid` string, required
- `id` string, required

## Response `200`

Get Overview Event

- object
  - `data` Itinerary — Itinerary model
    - `id` integer — ID of the itinerary event
    - `trip_uuid` string, required — Unique ID of the trip
    - `title` string, required — Title of the itinerary event
    - `name` string, required — Name of the itinerary event
    - `description` string — Description of the itinerary event
    - `photo_url` string, required — Image url of the itinerary event

---

[API](https://skmtc.net/wetravel/apis/authentication-api.md) · [All operations](https://skmtc.net/wetravel/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wetravel/authentication-api/versions/5c747875f084/schema)
