Create Question Set
Description
Creates a question set
Details
This API can be used to create a question set. To use this API, review the request schema and pass in all fields that are required to create a question set.
Authorizations
Headers
Body
The ID of the account that owns the given entity.
IDs of questions in the question set
Instructions to answer questions
Specifies additional configurations to use for specific questions in the context of the question set. For example, {<question_a_id>: {required: true}, <question_b_id>: {required: true}}
sets two questions as required.
Response
The ID of the account that owns the given entity.
The date and time when the entity was created in ISO format.
The user who originally created the entity.
The unique identifier of the entity.
The date and time when the entity was archived in ISO format.
Instructions to answer questions
Specifies additional configurations to use for specific questions in the context of the question set. For example, {<question_a_id>: {required: true}, <question_b_id>: {required: true}}
sets two questions as required.