Skip to content

Single Pass Forms

Route: GET /{tenantId}/SinglePass/{formKey}/{formVersion}
Description: Loads a SinglePass form for the associated tenant
Example: /{tenantId}/SinglePass/dental-smile-assessment/1

Typically used to provide a link that will be stable over a long time period. This link might be shared on email, SMS or be embedded in a website or used on a poster / QR code.

Route: GET /{tenantId}/SinglePass/{formKey}
Description: AireForms will (if available) launch the highest version form that has a Production publication status. For instance if there is a version 2 form in a status of Production and a version 3 form in a status of Development AireForms will serve the version 2 form. As soon as the version 3 form's status is changed to Production it will be served via the versionless URL.
Example: /{tenantId}/SinglePass/dental-smile-assessment

This feature is useful to allow forms to be upversioned without having to resend communications or change website links - i.e. allows the deploying organisation to make changes that are not externally disruptive.