POST

Count Services


Counts how many services match the given filter.

Refer to the supported filters article (REST) for more details.

To learn about working with filters in general, see API Query Language

Permissions
Manage Bookings Services and Settings
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Public Data
Read Bookings - Including Participants
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_api/bookings/v2/services/count

Body Params
filterstruct

Query filter to base the count on. See supported filters (REST) for more details.

Response Object
countinteger

Number of services matching the specified filter.

Count services
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?