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

# Get all rfi_activity_logs in project

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

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

- RfiActivityLog[]
  - `id` string, uuid, required — ID of the RFI activity log.
  - `rfi_id` string, uuid, required — ID of the RFI which this log belongs to.
  - `action` 'created_as_draft' | 'created_as_draft_from_related_rfi' | 'opened_and_assigned' | 'reassigned_during_draft' | 'reassigned_during_open' | 'answer_submitted' | 'answer_rejected' | 'answer_submitted_on_behalf' | 'answer_submitted_from_email' | 'closed_and_distributed' | 'voided' | 'changed_due_date' | 'changed_impact' | 'email_out' | 'reopened' | 'added_reviewers' | 'added_response' | 'added_response_and_submitted_answer', required — The status of the Rfi as an enum, e.g. draft, submitted
  - `data` object, nullable, required — JSON object that stores log metadata
  - `message` string, nullable, required — Message captured during the action taken.
  - `created_at` string, date-time, required — Time when the server created the log.
  - `updated_at` string, date-time, required — Time when the server last updated the log.
  - `deleted_at` string, date-time, nullable, required — Time the server deleted the entity
  - `from_user_id` integer, required — ID of the user taking the action on an RFI.
  - `to_user_id` integer, nullable, required — ID of the user who is on the receiving end of the action.
  - `from_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_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!
  - `device_created_at` string, date-time, nullable, required — Time when the device created the entity
  - `device_updated_at` string, date-time, nullable, required — Time when the device last updated the entity
  - `creator_user_id` integer, nullable, required — ID of the user who created this entity
  - `last_editor_user_id` integer, nullable, required — ID of the user who most recently edited this entity
  - `can_be_marked_as_answer` boolean — Specifies if the response can be marked as an answer
  - `project_id` string, uuid, required — ID of the project this entity belongs to

---

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