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

# Get all submittal_actions in project

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

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

- SubmittalAction[]
  - `id` string, uuid, required — ID of the entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `assigned_at` string, date-time, nullable — Timestamp of when entity was assigned
  - `responded_at` string, date-time, nullable — Timestamp of when entity was responded to
  - `content` object, nullable — JSON object that stores the content of the entity
  - `message` string, nullable — Message associated with the entity
  - `outcome` string, required — The outcome of the entity as an enum, e.g. draft, requested
  - `revision_number` integer, required — The revision number associated with the entity
  - `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
  - `submittal_id` string, uuid, required — ID of the submittal associated with the entity
  - `assignee_user_id` integer, nullable — The id of the user assigned to the entity
  - `submittal_assignee` SubmittalAssignee, nullable — the SubmittalAssignee
    - `id` string — unique identifier of the assignee
    - `email` string, nullable — if it is a non-user then the email of the non-user
    - `language` string, nullable — if it is a non-user then the language of the non-user
    - `kind` 'user' | 'non_user' — if it is a user or a non-user
    - `user_id` integer, nullable — if it is a user then the id of the 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', nullable — project management role that the project-user holds in this project
  - `next_assignee_user_id` integer, nullable — The id of the user getting assigned to the next entity
  - `next_submittal_assignee` SubmittalAssignee, nullable — the SubmittalAssignee
    - `id` string — unique identifier of the assignee
    - `email` string, nullable — if it is a non-user then the email of the non-user
    - `language` string, nullable — if it is a non-user then the language of the non-user
    - `kind` 'user' | 'non_user' — if it is a user or a non-user
    - `user_id` integer, nullable — if it is a user then the id of the 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', nullable — project management role that the project-user holds in this project
  - `responding_user_id` integer, nullable — The id of the user who responded to the entity
  - `created_at` string, date-time — Time when the server created the entity
  - `updated_at` string, date-time — Time when the server last updated the entity
  - `last_editor_user_id` integer, nullable — ID of the user who most recently edited this entity
  - `creator_user_id` integer, nullable — ID of the user who created this entity
  - `submittal_attachments` object[], nullable — Array containing submittal attachments
    - `id` string, uuid, required — ID of the Submittal Attachment object.
    - `name` string — Name of the file.
    - `file_url` string — URL of the potentially processed file
    - `kind` 'file', required — Kind of the attachment. Currently it only supports file type.
    - `submittal_id` string, uuid, required — The Submittal on which the attachment will exist.
    - `submittal_action_id` string, uuid, nullable — The Submittal Action on which the attachment will exist.
    - `project_id` string, uuid, required — ID of the project this entity belongs to
    - `last_editor_user_id` integer, required — ID of the user who last modified this entity
    - `creator_user_id` integer, required — ID of the user who created this 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
    - `resolved_conflict` boolean, nullable, required — Specifies if PUT/PATCH request was rejected - do not store this field!
    - `file_size` integer, nullable — Size of file
    - `original_url` string, nullable — URL of the file originally uploaded by the user
    - `flattened_file_url` string, nullable — URL of the file that has the markups flattened
    - `thumb_url` string, nullable — Thumb URL of the file
    - `attachment_id` string, uuid, nullable — The ID of the existing attachment.
    - `submittal_response_id` string, uuid, nullable — The ID of the existing response.
    - `deleted_at` string, date-time, nullable — Time the server deleted the entity
    - `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

---

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