queryLikes( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a query to retrieve a list of likes.

The queryLikes() method builds a query to retrieve a list of likes and returns a LikesQueryBuilder object.

The returned object contains the query definition, which is typically used to run the query using the find() method.

You can refine the query by chaining LikesQueryBuilder methods onto the query. LikesQueryBuilder methods enable you to sort, filter, and control the results queryLikes() returns.

queryLikes() runs with these LikesQueryBuilder defaults, which you can override:

PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),in()
entityIdeq(),ne(),in()
fqdneq(),ne(),in()
Permissions
Read Blog
Learn more about app permissions.
Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:LikesQueryBuilder
Errors

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

Did this help?