Hi,
I was facing issue wherein I was not able to access documents/blogposts saved as drafts through api.
When I hit the jive api, https://my-jive-server/api/core/v3/contents?startIndex=0&count=100&filter=type(document) and https://my-jive-server/api/core/v3/contents?startIndex=0&count=100&filter=type(post) it returns me only the documents/blogposts which are published and not those which are saved as drafts.Is this the expected behaviour?
Is there any other jive api to get the documents/blogposts saved as drafts?
Thanks
You can only view draft for the current user otherwise you'll need to use the Run As feature.
http://xxxxxxx/api/core/v3/contents?filter=status(draft)
The returned status of the draft documents will be "incomplete"