Questions
Questions Documentation
Question [LIST]
Question [LIST]
Request
Endpoint
Body
Parameters
Sorts
position
Type Unknown
Description Sort by position
Required No
Filters
organization_id
Type ID string
Description
Filter by Organization; accepts an Organization id
Required No
Response
Headers
Body
Fields
data
Type
[Question]
Description An array of Question Objects
Question [GET]
Question [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
position
Type
integer
Description What order the question should be in
prompt
Type
string
Description The question itself
required
Type
boolean
Description Is this question required
response_options
Type
["string"]
Description If the question is multiple choice, the list of string options
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
organization.data
Type
Organization
Description The Organization that the question belongs to
Last updated