Skip to main content

experience

Returns a single signing Experience by ID. An Experience controls the branding, behaviour, and email settings for the signing process.

Arguments

ArgumentTypeRequiredDescription
idIDNoGlobal node ID
experienceIdIDNoExperience-specific ID

Provide either id or experienceId.

Return Type

Experience

Example

query GetExperience($id: ID!) {
experience(id: $id) {
id
name
language
defaultExperience
senderName
defaultSubject
emailHeader
emailSubHeader
emailLogo
signingPageText
signatureType
signatureMouse
signatureUpload
signatureCertificate
penDiameter
backgroundColour
buttonBackgroundColour
buttonFontColour
}
}

Export This Article

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