For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
revvue.ai
Log in
Docs
API Reference
Surveys
Types
Objects
SurveyField
OBJECT
Ask a question
|
Copy page
|
View as Markdown
|
More actions
Fields
id
String
Optional
format: "uuid"
Id.
name
String
Optional
Field name.
description
String
Optional
Field description.
page
Integer
Optional
Page number.
type
SurveyValueType
Optional
Survey value type.
Show 19 enum values
label
String
Optional
Label.
dateValue
Datetime
Optional
Date value.
boolValue
Boolean
Optional
Field value.
stringValue
String
Optional
String value
stringValues
list of optional Strings
Optional
String value
stringOptions
list of optional Strings
Optional
Options for string value.
numberValue
Double
Optional
Number value
numberValues
list of optional Doubles
Optional
Number value
numberOptions
list of optional Doubles
Optional
Options for number value.
group
String
Optional
Description.
completed
Boolean
Optional
Field completed.
mandatory
Boolean
Optional
Field mandatory.
showRemark
Boolean
Optional
Show remark.
remark
String
Optional
Remark.
otherLabel
String
Optional
Other label.
otherValue
String
Optional
Other value.
tags
list of optional
SurveyFieldTag
Optional
Tags.
Show 6 fields
showMedia
Boolean
Optional
Show media.
allowFutureDate
Boolean
Optional
Allow selecting future dates for a date field.
categorizationTags
list of optional
CategorizationTags
Optional
Categorization tags
Show 4 fields
Referenced by
Fields
Survey.surveyFields