POST

Query Referral Event


Retrieves a list of referral events, given the provided paging, filtering, and sorting.

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

Endpoint
POST
https://www.wixapis.com/_api/referral-tracker/v1/referral-events/query

Body Params
queryQueryRequired

Query to filter referral events.

Response Object
referralEventsArray <ReferralEvent>

List of referral events.


metadataMetadata

Metadata for the paginated results.

Query Referral Event
Request
cURL
Response
JSON
Errors

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

Did this help?