getQuestionEntry( )


Retrieves a single question entry by ID.

Permissions
Manage FAQ
Read FAQ
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
questionEntryIdstringRequired

ID of the question entry to retrieve.

Returns
Return Type:Promise<QuestionEntry>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?