queryChatSettings( )


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.
PROPERTYSUPPORTED FILTERS & SORTING
greetingMessageeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
summaryMessageeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
Permissions
Manage Submissions
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Errors

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

Did this help?