---
title: "Get bubble_markup by ID"
method: GET
path: "/api/v3/projects/{project_id}/bubble_markups/{id}"
tags: ["bubble markups"]
---

# Get bubble_markup by ID

`GET /api/v3/projects/{project_id}/bubble_markups/{id}`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- BubbleMarkup — Markup that lives on `Bubble` photos
  - `id` string, uuid, required — ID of the entity
  - `bubble_id` string, uuid, required — ID of the bubble this markup lives on
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `data` object, required — GeoJSON representation of a Bubble Markup. https://geojson.org/
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity

---

[API](https://skmtc.net/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.net/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/versions/66ee1c20b92d/schema)
