---
title: "Get a change_order by ID"
method: GET
path: "/api/v3/projects/{project_id}/change_orders/{id}"
tags: ["change orders"]
---

# Get a change_order by ID

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

## Path parameters

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

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ChangeOrderShow — A change order
  - `id` string, uuid, required — Unique identifier for the entity
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer, required — ID of the user who most recently edited this entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `created_at` string, date, required — Time when the entity was created
  - `updated_at` string, date, required — Time when the entity was last updated
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `deleted_at` string, date, nullable, required — Time when the entity was deleted
  - `current_revision_id` string, uuid, nullable, required — ID of the current revision entity.
  - `reason_type_id` string, uuid, nullable, required — The ID of the ReasonType indicating why the change order was created.

## Other responses

- `429` — Rate limit exceeded

---

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