-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
2
-
Summary
When using Confluence Cloud REST API v1, we have the ability to get the drafts of a certain space by using the following API Call:
https://{site}.atlassian.net/wiki/rest/api/content?spaceKey={spaceKey}&status=draft
- API Endpoint: Get Content - Confluence Cloud REST API v1
However, when using Confluence Cloud REST API v2, it is not possible to achieve the same by using the following API Call:
https://{site}.atlassian.net/wiki/api/v2/pages?status=draft
Solution
Since the endpoint in Confluence Cloud REST API v1 is currently Deprecated, it would be great to have the ability to get drafts implemented in Confluence Cloud REST API v2.