Skip to main content
GET
Retrieve question set for a form by id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Timezone
string

A Timezone ID. Timezone will effect form determination, but form version will always take precedence over timezone. If not specified, defaults to ETC/UTC. Documented here: Timezones

Path Parameters

formId
string
required

Form IDs - Use the /getAllFormIds endpoint to get all withholding form IDs available

questionSetId
string
required

Query Parameters

formVersion
string
hasFederalValues
boolean
default:false
exemptFromFed
boolean
default:false
includeWarnings
boolean
default:false

Response

OK

id
string
notice
object
questions
object[]
breadcrumbTitle
string
copyKey
string

Stable key identifying this question set's breadcrumb title for copy customization. Format: {formId}.{questionSetId}.breadcrumbTitle. Omitted when not applicable.

navigation
object
warningRulesList
object[]
notes
object[]