Question Entry Object


Properties
One Of

draftjsstringminLength 1maxLength 100000

Answer in Draft.js format.


plainTextstringminLength 1maxLength 10000

Answer in plain text format.


richContentRichContent

Answer in rich content format.

See the child properties of this field in the Ricos Document reference.


categoryIdstringminLength 1maxLength 50

ID of the category that this question entry belongs to. Each question entry must be assigned to exactly one category.


createdDatestringRead-onlyformat date-time

Date and time the question entry was created.


extendedFieldsExtendedFields

Custom field data for the questionEntry object.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.


idstringRead-onlyformat GUID

Question entry ID.


labelsArray <Label>maxItems 100

Labels assigned to this question entry for additional organization and integration purposes. Labels are not visible to site visitors.


questionstringmaxLength 1000

Question text displayed to site visitors.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time a question entry is updated. To prevent conflicting changes, the current revision must be specified when updating the question entry.

Ignored when creating a question entry.


shareLinkstringRead-onlyformat WEB_URL

Direct link to this specific question entry for sharing.


slugstringRead-onlymaxLength 100

URL slug generated from the question text for SEO-friendly URLs.


sortOrdernumberformat double

Order of the question entry within its category. Lower values appear first.


updatedDatestringRead-onlyformat date-time

Date and time the question entry was last updated.

Did this help?