Questions
questions
Methods
Description
Creates a question
Details
This API can be used to create a question. To use this API, review the request schema and pass in all fields that are required to create a question.
Description
Lists all questions accessible to the user.
Details
This API can be used to list questions. If a user has access to multiple accounts, all questions from all accounts the user is associated with will be returned.
Example: x-api-key: My API Key
Maximum number of artifacts to be returned by the given endpoint. Defaults to 100 and cannot be greater than 10k.
Page number for pagination to be returned by the given endpoint. Starts at page 1
Description
Gets the details of a question
Details
This API can be used to get information about a single question by ID. To use this API, pass in the id that was returned from your Create Question API call as a path parameter.
Review the response schema to see the fields that will be returned.
Domain types