This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Returns a list of posts by query.
Paging
Filterable fields:
Sortable fields:
You can only call this method when authenticated as a Wix app or Wix user identity.
Paging object (e.g., { limit: 10, offset: 100 } ).
Filter object (e.g., { $and: [{ ownerId: { eq: 'ownerId' } }, { likeCount: { $gt: 0 }] } ).
Array of sort objects (e.g., [{ fieldName: createdDate, order: Order.ASC }] ).
Array of extra post fields to be added in the response.
List of posts.
Pagination.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.