Question Entry Object
Attributes
idstringformat GUID
FIXME auto-derive field with id
questionstringmaxLength 500
Question text.
answerobject
labelsArray <Label>maxItems 100
List of up to 100 labels for this question entry.
sortOrdernumber
Order of question entry within its category.
statusstring
3 supported values:
UNKNOWNVISIBLEHIDDEN
Question entry's visibility status within the site.
categoryIdstringminLength 1maxLength 50
ID of the category to which this question belongs.
slugstringRead-only
URL slug for this question generated from the question entry's text.
shareLinkstringRead-onlyformat WEB_URL
Unique question URL.
createdDatestringRead-onlyformat date-time
Question entry's creation timestamp.
updatedDatestringRead-onlyformat date-time
Question entry's last update timestamp.
Was this helpful?
GetList Questions
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves up to 100 question entries, given the provided filtering, paging, and sorting. Use the fieldSet
parameter to set whether sharing links are included in the response.
Permission Scopes
For app development, you must have one of the following permission scopes:Read FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/faq/v1/question-entriesWas this helpful?
PostCreate Question
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a question entry.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/faq/v1/question-entriesWas this helpful?
PutUpdate Question
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Update an existing question entry. Replaces the previous version.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
PUT
https://www.wixapis.com/faq/v1/question-entries/{questionEntry.id}Was this helpful?
DeleteDelete Question
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Deletes a question entry.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
DELETE
https://www.wixapis.com/faq/v1/question-entries/{id}Was this helpful?
PutBulk Update Label Order
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Adds or updates a question entry's labels. Replaces existing labels.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
PUT
https://www.wixapis.com/faq/v1/question-entries/{questionId}/labelsWas this helpful?
PostBulk Set Question Status
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates multiple question entries' statuses.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/faq/v1/question-entries/update-statusWas this helpful?
PostUpdate Questions Visibility In Category
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates multiple question entries' visibility within their categories.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/faq/v1/question-entries/update-visibilityWas this helpful?
PostBulk Update Label Order
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a question entry's visibility.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/faq/v1/question-entries/update-label-orderWas this helpful?
GetList Categories
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves up to 100 categories.
Permission Scopes
For app development, you must have one of the following permission scopes:Read FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
GET
https://www.wixapis.com/faq/v1/categoriesWas this helpful?
PostCreate Category
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Creates a category.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
POST
https://www.wixapis.com/faq/v1/categoriesWas this helpful?
PutUpdate Category
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates an existing category. Replaces all existing data for this category.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
PUT
https://www.wixapis.com/faq/v1/categories/{category.id}Was this helpful?
DeleteDelete Category
Developer Preview - This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Deletes a category.
Permission Scopes
For app development, you must have one of the following permission scopes:Manage FAQ
Learn more about permission scopes.Authorization header required - pass the OAuth Access Token
Syntax
DELETE
https://www.wixapis.com/faq/v1/categories/{id}Was this helpful?