Question Entry Object


Properties
idstringformat GUID

FIXME auto-derive field with id


questionstringmaxLength 500

Question text.


answerAnswer

labelsArray <Label>maxItems 100

List of up to 100 labels for this question entry.


sortOrdernumber

Order of question entry within its category.


statusstring

Question entry's visibility status within the site.


categoryIdstringminLength 1maxLength 50

ID of the category to which this question belongs.


slugstringRead-only

URL slug for this question generated from the question entry's text.


shareLinkstringRead-onlyformat WEB_URL

Unique question URL.


createdDatestringRead-onlyformat date-time

Question entry's creation timestamp.


updatedDatestringRead-onlyformat date-time

Question entry's last update timestamp.

Did this help?