---
title: "Get all spec_upload_draft_items in project"
method: GET
path: "/api/v3/projects/{project_id}/spec_upload_draft_items"
tags: ["spec upload draft items"]
---

# Get all spec_upload_draft_items in project

`GET /api/v3/projects/{project_id}/spec_upload_draft_items`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `last_synced_at` string, date-time

## Headers

- `Fieldwire-Version` string, date, required
- `Fieldwire-Filter` 'active' | 'deleted'
- `Fieldwire-Per-Page` integer

## Response `200`

Successful response

- SpecUploadDraftItem[]
  - `id` string, uuid, required — ID of the spec_upload_draft_item
  - `spec_upload_id` string, uuid, required — ID of the SpecUpload this spec_upload_draft_item belongs to
  - `draft_item_number` string, nullable, required — Spec section number on the spec_upload which is encapsulated by this spec_upload_draft_item
  - `title` string, nullable, required — Title of the spec section which is encapsulated by this spec_upload_draft_item
  - `start_page_number` integer, nullable, required — The starting page number of the encapsulated spec_section on the associated spec_upload attachment
  - `end_page_number` integer, nullable, required — The ending page number of the encapsulated spec_section on the associated spec_upload attachment
  - `project_id` string, uuid, required — ID of the project this spec_upload_draft_item belongs to
  - `creator_user_id` integer, required — ID of the user who created this spec_upload_draft_item
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited this spec_upload_draft_item
  - `created_at` string, date-time, required — Time when the server created the spec_upload_draft_item
  - `updated_at` string, date-time, required — Time when the server last updated the spec_upload_draft_item
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_upload_draft_item
  - `device_created_at` string, date-time, nullable, required — Time when the device created the spec_upload_draft_item
  - `device_updated_at` string, date-time, nullable, required — Time when the device last updated the spec_upload_draft_item
  - `resolved_conflict` boolean, nullable, required — Specifies if PUT/PATCH request was rejected - do not store this field!

---

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