POST

Query Chat Settings


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 a list of chat settings entities given the provided paging, filtering, and sorting.

Defaults

Query Chat Settings has the following default settings, which you can override:

  • Sorted by id in ascending order.
  • cursorPaging.limit set to 100.
FieldSupported FiltersSort
greetingMessage$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
summaryMessage$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
Permissions
Manage Submissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/forms/ai/v1/chat-settings/query

Errors

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

Did this help?