---
title: "Get all spec_section_versions in project"
method: GET
path: "/api/v3/projects/{project_id}/spec_section_versions"
tags: ["spec section versions"]
---

# Get all spec_section_versions in project

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

## 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

- SpecSectionVersion[]
  - `id` string, uuid, required — ID of the spec_section_version
  - `title` string, nullable, required — Title of the spec_section_version
  - `description` string, required — Description of the spec_section_version
  - `file_url` string, required — URL to a PDF of the spec_section_version
  - `thumb_url` string, nullable, required — URL to a thumbnail jpg of the spec_section_version's first page
  - `status` 'draft' | 'conflict' | 'confirmed' | 'null', nullable, required — Status of the spec_section_version
  - `revision_number` integer, required — Revision number of the spec_section_version
  - `project_id` string, uuid, required — ID of the project the spec_section_version belongs to
  - `spec_section_id` string, uuid, required — ID of the spec_section the spec_section_version belongs to
  - `attachment_id` string, uuid, required — ID of the attachment associated with the spec_section_version
  - `creator_user_id` integer, required — ID of the user who created the spec_section_version
  - `last_editor_user_id` integer, nullable, required — ID of the last user who edited the spec_section_version
  - `created_at` string, date-time, required — Time when the server created the spec_section_version
  - `updated_at` string, date-time, required — Time when the server last updated the spec_section_version
  - `deleted_at` string, date-time, nullable, required — Time when the server last deleted the spec_section_version
  - `device_created_at` string, date-time, nullable, required — Time when the device created the spec_section_version
  - `device_updated_at` string, date-time, nullable, required — Time when the device last updated the spec_section_version
  - `resolved_conflict` boolean — 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)
