v1

latestOpenAPI 3.0.32026-07-246304082.0 MB
multi hyperlinks

Create a new multi hyperlink in a sheet

post/api/v3/projects/{project_id}/sheets/{sheet_id}/multi_hyperlinks

Path parameters

project_idstring uuid required

ID of the project this entity belongs to

sheet_idstring uuid required

ID of the sheet to create multi_hyperlink in

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

pos_xinteger required

X coordinate of the pixel where the link is centered on the plan

pos_yinteger required

Y coordinate of the pixel where the link is centered on the plan

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

sheet_idstring uuid required

ID of the sheet this belongs to

attachment_idsstring[] nullable

List of Attachment IDs

colorstring nullable

Color to be used for this link

pos_xinteger required

X coordinate of the pixel where the link is centered on the plan

pos_yinteger required

Y coordinate of the pixel where the link is centered on the plan

created_atstring date-time required

Time when the server created the entity

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

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!