Question Entry Object


Properties
idstringRead-onlyformat GUID

Question entry ID.


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.


createdDatestringRead-onlyformat date-time

Date and time the question entry was created.


updatedDatestringRead-onlyformat date-time

Date and time the question entry was last updated.


questionstringmaxLength 1000

Question text displayed to site visitors.


labelsArray <Label>maxItems 100

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


sortOrdernumberformat double

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


categoryIdstringminLength 1maxLength 50

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


slugstringRead-onlymaxLength 100

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


shareLinkstringRead-onlyformat WEB_URL

Direct link to this specific question entry for sharing.


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.


One Of

draftjsstringminLength 1maxLength 100000

Answer in Draft.js format.


richContentRichContent

Answer in rich content format.

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


plainTextstringminLength 1maxLength 10000

Answer in plain text format.

Did this help?