---
title: "Get all rfi_attachments in project"
method: GET
path: "/api/v3/projects/{project_id}/rfi_attachments"
tags: ["rfi attachments"]
---

# Get all rfi_attachments in project

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

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

- RfiAttachment[]
  - `id` string, uuid, required — ID of the RFI Attachment object.
  - `name` string, nullable — Name of the file if there is one.
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer — ID of the user who last interacted modified this entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `rfi_id` string, uuid, required — The RFI on which these attachments will exist.
  - `rfi_response_id` string, uuid, nullable — The RFI response on which these attachments will exist.
  - `attached_to` 'question' | 'answer', required — Where under the RFI this attachment was added: question, or answer.
  - `kind` 'new_file' | 'existing_file' | 'over_limit_file' | 'cropped_plan' | 'new_photo' | 'existing_photo', required — Allowable kinds of RFI Attachments.
  - `fw_object_id` string, uuid, nullable — The ID of the FW object which this RFIAttachment comes from.
  - `original_url` string, nullable — URL of the file originally uploaded by the user
  - `file_url` string, nullable — URL of the potentially processed file
  - `thumb_url` string, nullable — Thumb URL of the file if there is one
  - `file_size` integer, nullable — Size of file if there is one
  - `captured_at` string, date-time, nullable — Time when a photo attachment was taken
  - `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, nullable, 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
  - `flattened_file_url` string, nullable — URL of the file that has the markups flattened too

---

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