POST

Query Tip 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 tip of up to 100 tip settings, given the provided paging, filtering, and sorting.

Query Tip Settings runs with these defaults, which you can override:

  • cursorPaging.limit is 50.
  • Sorted by id in ascending order.

For field support for filters and sorting, see Tip Settings: Supported Filters and Sorting.

Use UTC time when setting a filter for dates.

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

Permissions
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/tip-settings/v1/tip-settings/query

Body Params
queryQueryRequired

WQL expression

Response Object
tipSettingsArray <TipSettings>

Retrieved tipSettings objects.


pagingMetadataPagingMetadata

Metadate for the paged set of retrieved tipSettings objects.

Query tip settings
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?