Hi there,
Let’s say I use a soft delete strategy with a status which could be published or trashed.
By default (without specifying a filter) I would like to return all posts which are published.
Is that allowed or should I call /posts?filter[status]=published ?
I would prefer to just get /posts, and have only the published ones, and then get /posts?filter[status]=trashed to get only the trashed ones, or get /posts?filter[status]=all to get everything.
I cannot find an answer to this in the spec.
What do you think?
Thanx