g
Frontend | Backend | Api

Faq\Models\Api\Question

Question

Property Description Returns
originalPath Get the original path for the faq page without custom urls applied string
fullSlug As we don't have an ability to set parent for a question, common slug is a full one. string
fullPath string
id int
slug string
name string
question string
state string
created Get the date the record was created. DateTime
modified Get the last modification date for the record. DateTime
published DateTime
activeRevision QuestionRevision
revisions Collection (QuestionRevision)
lastRevision Get the last revision for the entity. If a revision has been added, this will be the newly added revision. QuestionRevision
sourceQuestion Question
relatedQuestions Collection (Question)
language Language
seoSettings SeoSettings
site Site
createdBy User
modifiedBy User
owner User
published Check if the record is published. bool
comments Collection (QuestionComment)
pageRevisionQuestions Collection (PageRevisionQuestion)
tags Tags associated with the page Collection (Tag)
categories Categories associated with the page Collection (Category)