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
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.
Instructions to answer questions
Response
The unique identifier of the entity.
The date and time when the entity was created in ISO format.
The ID of the account that owns the given entity.
The user who originally created the entity.
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.
Instructions to answer questions
The date and time when the entity was archived in ISO format.