Enable rest API to receive both Draft and Published articles at once
Philip Bloom
We automate pulling data from our strapi instance and sending it for localization. When we do, we end up having to double up our requests, to make sure we're seeing all drafts and published articles. It'd be appreciated if this could work more like a status on the collectiontype, where rather than being hard filtered to only one or the other, we could get either "draft", "published" or both in one call.