GET

List Messages


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 messages.

Up to 100 Messages can be returned per request.

This method must be called using the site visitor or site member identity (SDK | REST) to identify the site visitor that is retrieving the messages.

Endpoint
GET
https://www.wixapis.com/wix-assistant-widget/v1/messages/list

Query Params
cursorPaging.limitintegerminimum 0maximum 100format int32

Maximum number of items to return in the results.


cursorPaging.cursorstringmaxLength 16000

Pointer to the next or previous page in the list of results.

Pass the relevant cursor token from the pagingMetadata object in the previous call's response. Not relevant for the first request.

Response Object
messagesArray <Message>

Retrieved messages.


pagingMetadataPagingMetadata

Paging metadata.

Errors

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

Did this help?