---
title: "creates extracted submittal logs"
method: POST
path: "/api/v3/projects/{project_id}/extracted_submittal_logs"
tags: ["extracted submittal logs"]
---

# creates extracted submittal logs

`POST /api/v3/projects/{project_id}/extracted_submittal_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

## Request body

- string[] — Ids of spec_section_versions to be processed for submittal extraction

## Response `201`

Successful response

- ExtractedSubmittalLog — Entity that represents an extracted_submittal_log
  - `id` string, uuid, required — ID of the extracted_submittal_log
  - `project_id` string, uuid, required — ID of the project this extracted_submittal_log belongs to
  - `acknowledged` boolean, required — Boolean value indicating that the export banner has been acknowledged
  - `status` string, required — The status of the entity as an enum, e.g. error, success
  - `data` object — Hash containing submittal extraction result
  - `file_url` string, nullable — The file URL of the extracted_submittal_log CSV
  - `device_created_at` string, date-time, nullable — Time when the device created the extracted_submittal_log
  - `device_updated_at` string, date-time, nullable — Time when the device last updated the extracted_submittal_log
  - `deleted_at` string, date-time, nullable — Time the server deleted the extracted_submittal_log
  - `created_at` string, date-time — Time when the server created the extracted_submittal_log
  - `updated_at` string, date-time — Time when the server last updated the extracted_submittal_log
  - `last_editor_user_id` integer, nullable — ID of the user who most recently edited this extracted_submittal_log
  - `creator_user_id` integer, nullable — ID of the user who created this extracted_submittal_log
  - `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)
