Question Entry Object

Properties
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 enum 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?
Yes
No

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.
Endpoint
GET
https://www.wixapis.com/faq/v1/question-entries

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/faq/v1/question-entries

Was this helpful?
Yes
No

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.
Endpoint
PUT
https://www.wixapis.com/faq/v1/question-entries/{questionEntry.id}

Was this helpful?
Yes
No

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.
Endpoint
DELETE
https://www.wixapis.com/faq/v1/question-entries/{id}

Was this helpful?
Yes
No

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.
Endpoint
PUT
https://www.wixapis.com/faq/v1/question-entries/{questionId}/labels

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/faq/v1/question-entries/update-status

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/faq/v1/question-entries/update-visibility

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/faq/v1/question-entries/update-label-order

Was this helpful?
Yes
No

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.
Endpoint
GET
https://www.wixapis.com/faq/v1/categories

Was this helpful?
Yes
No

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.
Endpoint
POST
https://www.wixapis.com/faq/v1/categories

Was this helpful?
Yes
No

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.
Endpoint
PUT
https://www.wixapis.com/faq/v1/categories/{category.id}

Was this helpful?
Yes
No

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.
Endpoint
DELETE
https://www.wixapis.com/faq/v1/categories/{id}

Was this helpful?
Yes
No