Question Entry Object


Question entry, including a single question and its answer.

Properties
answerAnswer

categoryIdstringminLength 1maxLength 50

ID of the category to which this question belongs.


createdDatestringRead-onlyformat date-time

Question entry's creation timestamp.


idstringformat GUID

FIXME auto-derive field with id


labelsArray <Label>maxItems 100

List of up to 100 labels for this question entry.


questionstringmaxLength 500

Question text.


shareLinkstringRead-onlyformat WEB_URL

Unique question URL.


slugstringRead-only

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


sortOrdernumber

Order of question entry within its category.


statusstring

Question entry's visibility status within the site.


updatedDatestringRead-onlyformat date-time

Question entry's last update timestamp.

Did this help?