---
title: "Get all markup_symbols"
method: GET
path: "/api/v3/markup_symbols"
tags: ["markup symbols"]
---

# Get all markup_symbols

`GET /api/v3/markup_symbols`

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- MarkupSymbol[]
  - `id` string, uuid, required — ID of the entity
  - `creator_user_id` integer, required — ID of user
  - `last_editor_user_id` integer, required — ID of user
  - `created_at` string, date-time, required — Time when the server created the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `device_created_at` string, date-time — Time when the device created the entity
  - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time — Time when the device last updated the entity
  - `updated_at` string, date-time — Time when the server last updated the entity

---

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