GET

List Activities


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 contact's activities, ordered from most recent to oldest.

contactId is required for the first call. When paginating with cursorPaging on subsequent calls, pass only cursorPaging.cursor. Don't pass contactId, categoryId, fromDate, or toDate together with a cursor, as the cursor already carries those values. To learn about cursor paging, see Sorting and Paging.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Contacts
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/crm/contacts-activity-log/v1/activities

Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?