Questions

questions

Methods

Create Question ->
post/v5/questions

Create Question

List Questions -> CursorPage<>
get/v5/questions

List Questions

Get Question ->
get/v5/questions/{question_id}

Get Question

path Parameters
question_id: string
Response fields
Request example
200Example

Domain types

Question = { id, configuration, created_at, 6 more... } | { id, configuration, created_at, 6 more... } | { id, created_at, created_by, 6 more... } | 3 more...