Suppose we have a Published item and we create a new version as Draft for this. After that ca we filter by newStatus Draft in order to know which item should be published before releasing to production?
Hi, this is not possible at the moment, but I change this to a feature request.
1 Like
It is implemented and will be deployed today.
1 Like
Nice, thanks!
It is deployed, you can use the query system to filter by newStatus
. Please ensure that you set the X-Unpublished
header to 1.
See: https://docs.squidex.io/02-documentation/developer-guides/api-overview/api#query-capabilities
In OData it would be: $filter=newStatus eq 'Draft'
I justed tested it and it works! Great
1 Like