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

# Get all rfis in project

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

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `last_synced_at` string, date-time
- `filters[assignee_user_id_eq]` string
- `filters[creator_pm_group_id_eq]` string
- `filters[watched_by_eq]` string
- `filters[action_required_by_eq]` string
- `filters[status_eq]` string
- `filters[assignee_pm_group_id_eq]` string
- `filters[submitting_pm_group_id_eq]` string
- `filters[created_at_gte]` string
- `filters[created_at_gt]` string
- `filters[created_at_lte]` string
- `filters[created_at_lt]` string
- `filters[updated_at_gte]` string
- `filters[updated_at_gt]` string
- `filters[updated_at_lte]` string
- `filters[updated_at_lt]` string
- `filters[assignee_eq]` string
- `filters[query_like]` string
- `filters[overdue_eq]` string

## Headers

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

## Response `200`

Successful response

- Rfi[]
  - `id` string, uuid, required — ID of 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
  - `name` string, required — Name of the Rfi. Must be unique between Rfis under the same parent.
  - `location_id` string, uuid, nullable — ID of the location associated with this RFI.
  - `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, required — Time when the device created the entity
  - `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
  - `answer` string, nullable — The answer to the Rfi
  - `question` string, nullable — The question of the Rfi
  - `suggestion` string, nullable — The suggestion for the question of the Rfi
  - `impact_notes` string, nullable — The impact notes of the Rfi
  - `due_date` string, date, nullable — When the Rfi is due by
  - `reference_number` string, nullable — The reference number of the Rfi
  - `rfi_number` integer, nullable — The number extracted from consolidated number associated with the Rfi
  - `consolidated_number` string — The consolidated number associated with the Rfi
  - `assignee_id` integer, nullable, required — The id of the user assigned to the Rfi
  - `voided_by_user_id` integer, nullable — The id of the user who voided the Rfi
  - `voided_at` string, date-time, nullable — Time the server voided the entity
  - `rfi_assignee` RfiUser, nullable — Entity that represents a RfiUser document
    - `id` string, uuid, required — ID of the entity
    - `project_id` string, uuid, required — ID of the project this entity belongs to
    - `rfi_id` string, uuid, required — ID of the Rfi this entity belongs to
    - `project_userable_id` integer — ID of the ProjectUser if user kind, ExternalProjectUser if non-user kind.
    - `project_userable_type` string — ProjectUser or ExternalProjectUser, i.e non-user or user kind
    - `user_id` integer, nullable — ID of the User. Belongs to User entity.
    - `is_assignee` boolean, nullable — indication for whether this RfiUser is an assignee on the Rfi
    - `is_watcher` boolean, nullable — indication for whether this RfiUser is a watcher on the Rfi
    - `is_reviewer` boolean, nullable — indication for whether this RfiUser is a reviewer on the Rfi
    - `kind` string — kind of user
    - `email` string, nullable — users email, if non_user
    - `language` string, nullable — users language, if non_user
    - `user` object, nullable — the associated project-user attributes
      - `user_id` integer — ID of the User. Belongs to User entity.
      - `full_name` string — User full name: first name + last name.
      - `project_id` string, uuid, nullable — The ID of the Project that project user belongs to. PmGroup information is scoped to this project.
      - `role` 'admin' | 'member' | 'follower' — role that the project-user holds in this project
      - `pm_group_id` string, uuid, nullable — The id of the PmGroup that user belongs to within a project.
      - `pm_group_name` string, nullable — The name of the PmGroup that user belongs to within a project.
      - `pm_role` 'contributor' | 'manager' | 'null', nullable — project management role that the project-user holds in this project
    - `device_created_at` string, date-time — Time when the device created the entity
    - `device_updated_at` string, date-time — Time when the device last updated the entity
    - `deleted_at` string, date-time, nullable — Time the server deleted the entity
    - `created_at` string, date-time, required — Time when the server created the entity
    - `updated_at` string, date-time, required — Time when the server last updated 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
    - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `submitted_by_user_id` integer, nullable — The id of the user submitted the Rfi
  - `last_answered_by_user_id` integer, nullable — The id of the user who last answered the Rfi
  - `original_assignee_id` integer, nullable — The id of the user who was last assigned the Rfi before the Rfi was open to answering on behalf
  - `original_rfi_assignee` RfiUser, nullable — Entity that represents a RfiUser document
    - `id` string, uuid, required — ID of the entity
    - `project_id` string, uuid, required — ID of the project this entity belongs to
    - `rfi_id` string, uuid, required — ID of the Rfi this entity belongs to
    - `project_userable_id` integer — ID of the ProjectUser if user kind, ExternalProjectUser if non-user kind.
    - `project_userable_type` string — ProjectUser or ExternalProjectUser, i.e non-user or user kind
    - `user_id` integer, nullable — ID of the User. Belongs to User entity.
    - `is_assignee` boolean, nullable — indication for whether this RfiUser is an assignee on the Rfi
    - `is_watcher` boolean, nullable — indication for whether this RfiUser is a watcher on the Rfi
    - `is_reviewer` boolean, nullable — indication for whether this RfiUser is a reviewer on the Rfi
    - `kind` string — kind of user
    - `email` string, nullable — users email, if non_user
    - `language` string, nullable — users language, if non_user
    - `user` object, nullable — the associated project-user attributes
      - `user_id` integer — ID of the User. Belongs to User entity.
      - `full_name` string — User full name: first name + last name.
      - `project_id` string, uuid, nullable — The ID of the Project that project user belongs to. PmGroup information is scoped to this project.
      - `role` 'admin' | 'member' | 'follower' — role that the project-user holds in this project
      - `pm_group_id` string, uuid, nullable — The id of the PmGroup that user belongs to within a project.
      - `pm_group_name` string, nullable — The name of the PmGroup that user belongs to within a project.
      - `pm_role` 'contributor' | 'manager' | 'null', nullable — project management role that the project-user holds in this project
    - `device_created_at` string, date-time — Time when the device created the entity
    - `device_updated_at` string, date-time — Time when the device last updated the entity
    - `deleted_at` string, date-time, nullable — Time the server deleted the entity
    - `created_at` string, date-time, required — Time when the server created the entity
    - `updated_at` string, date-time, required — Time when the server last updated 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
    - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `to_pm_group_id` string, uuid, nullable — The id of the PmGroup receiving the Rfi. Only set when Rfi is submitted.
  - `creator_pm_group_id` string, uuid, nullable — The id of the PmGroup that the Rfi creator was in when the Rfi was created
  - `status` 'draft' | 'submitted' | 'answered' | 'closed' | 'void' | 'null', nullable — The status of the Rfi as an enum, e.g. draft, submitted
  - `previous_status` 'draft' | 'open' | 'pending' | 'closed' | 'void' | 'null', nullable — The previous status of the Rfi as an enum, e.g. draft, submitted
  - `mapped_status` 'draft' | 'open' | 'pending' | 'closed' | 'void' | 'null', nullable — The status of the Rfi as an enum, e.g. draft, submitted
  - `impact` 'no_impact' | 'cost' | 'schedule' | 'cost_and_schedule' | 'null', nullable — The impact of the Rfi as an enum, e.g. cost, schedule, both
  - `resolved_conflict` boolean — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `return_to_lead_company` boolean — Specifies whether a reassigned RFI is to be returned back to the lead/creator company
  - `company_code` string — Code of the PmGroup that created this Rfi
  - `watchers` integer[] — Array containing rfi watchers user ids
  - `reviewers` object[], nullable — Array containing meta data about reviewers
    - `name` string, required — Reviewers name
    - `company` string, nullable, required — Reviewers company
    - `responded` boolean, required — Whether or not the reviewer has responded
    - `primary_approver` boolean, required — Whether or not the reviewer is the primary approver
  - `date_asked` string, date, nullable — When the Rfi was first asked
  - `date_answered` string, date, nullable — When the Rfi was last answered
  - `response_time` integer, nullable — Difference between date_asked and date_answered in days

---

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