v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
signatures

Create a new signature

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

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

idstring uuid

ID of the entity

creator_user_idinteger required

ID of the user who created this entity

last_editor_user_idinteger required

ID of the user who most recently edited this entity

file_urlstring nullable

URL of the file that carries the signature. Either this or signature_string is required.

signing_asstring nullable

Name of the user who signed

signer_designationstring nullable

Job Title, Company of the user who signed

signature_stringstring nullable

String/Text to represent the signature of the user who signed. Either this or file_url is required.

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

Response

Successful response

idstring uuid required

ID of the entity

creator_user_idinteger required

ID of the user who created this entity

last_editor_user_idinteger required

ID of the user who most recently edited this entity

project_idstring uuid required

ID of the project this entity belongs to

file_urlstring nullable

URL of the file that carries the signature. Either this or signature_string is required.

signing_asstring nullable

Name of the user who signed

signer_designationstring nullable

Job Title, Company of the user who signed

signature_stringstring nullable

String/Text to represent the signature of the user who signed. Either this or file_url is required.

deleted_atstring date-time nullable

Time the server deleted the entity

device_created_atstring date-time required

Time when the device created the entity

device_updated_atstring date-time required

Time when the device last updated the entity

created_atstring date-time required

Time when the server created the entity

resolved_conflictboolean required

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

updated_atstring date-time required

Time when the server last updated the entity