Skip to main content

UserSignatureElement

A UserSignatureElement is a pre-placed signature position on a Template for a specific user. This allows users to place their signature on templates before sending.

Fields

FieldTypeDescription
idID!Unique identifier
userIdID!The user this signature belongs to
axFloatStart X coordinate
ayFloatStart Y coordinate
bxFloatEnd X coordinate
byFloatEnd Y coordinate
pageIntPage number
linkStringShort-lease URL to the signature image

Query

Accessed via Template.userSignatureConnection:

query GetUserSignatures {
template(id: "dHBsYjQ5YTg5NWQtYWRhMy0xMWYwLWIxZGMtMDY5NzZlZmU0MzIx") {
userSignatureConnection {
userSignatureElements {
id
userId
ax
ay
bx
by
page
link
}
}
}
}
  • Template — the template these signatures are placed on
  • User — the user who owns the signature

Export This Article

Save a copy of this page as PDF or plain text.