Can I expose an collection entry in draft-mode in the api for a certain user

If you want to avoid creating the route/controller, you can already search for those through the API by adding this after your article →
?_publicationState=preview&published_at_null=true

Example:
http://localhost:1337/articles?_publicationState=preview&published_at_null=true

more info here → Content API - Strapi Developer Documentation

4 Likes