v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
submittal attachment

Create a Submittal Attachment

post/api/v3/projects/{project_id}/submittal_attachments

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

Headers

Fieldwire-Versionstring date required

Specifies the version of the API to talk to

Request body

namestring

Name of the file. Required when attachment_id is not provided.

file_urlstring

URL of the attachment. Required when attachment_id is not provided.

submittal_idstring uuid required

The Submittal on which the attachment will exist.

last_editor_user_idinteger required

ID of the user who last modified this entity

creator_user_idinteger required

ID of the user who created this entity

file_sizeinteger nullable

Size of file

original_urlstring nullable

URL of the file originally uploaded by the user

attachment_idstring uuid nullable

The ID of the existing attachment.

submittal_response_idstring uuid nullable required

The ID of the existing response.

Response

Successful response

idstring uuid required

ID of the Submittal Attachment object.

namestring

Name of the file.

file_urlstring

URL of the potentially processed file

kind'file' required

Kind of the attachment. Currently it only supports file type.

submittal_idstring uuid required

The Submittal on which the attachment will exist.

submittal_action_idstring uuid nullable

The Submittal Action on which the attachment will exist.

project_idstring uuid required

ID of the project this entity belongs to

last_editor_user_idinteger required

ID of the user who last modified this entity

creator_user_idinteger required

ID of the user who created this entity

created_atstring date-time required

Time when the server created the entity

updated_atstring date-time required

Time when the server last updated the entity

resolved_conflictboolean nullable required

Specifies if PUT/PATCH request was rejected - do not store this field!

file_sizeinteger nullable

Size of file

original_urlstring nullable

URL of the file originally uploaded by the user

flattened_file_urlstring nullable

URL of the file that has the markups flattened

thumb_urlstring nullable

Thumb URL of the file

attachment_idstring uuid nullable

The ID of the existing attachment.

submittal_response_idstring uuid nullable

The ID of the existing response.

deleted_atstring date-time nullable

Time the server deleted the entity

device_created_atstring date-time

Time when the device created the entity

device_updated_atstring date-time

Time when the device last updated the entity