List all Posts
Returns a list of published Posts. This endpoint is only available in Spree 5.2 or later.
GET
List all Posts
Query Parameters
Fetch only resources with corresponding IDs
Filter Posts by title
Filter Posts by Post Category ID
Filter Posts by Post Category slug
Number of requested page when paginating collection
Number of requested records per page when paginating collection
Sort posts by attribute. Prefix with "-" for descending order. Available options: id, title, published_at, created_at, updated_at
Available options:
id, -id, title, -title, published_at, -published_at, created_at, -created_at, updated_at, -updated_at Include related resources (available: post_category)
List all Posts

