Can you soft delete ideas on Jive?
I am working on a program that syncs data between two sites one being a Jive site. I am writing the part that syncs over deletes from one site to another. I noticed that when I use DELETE https://pisquare.osisoft.com/api/core/v3/contents/89207, the idea is no longer available in the idea management tab under the space, in the admin console. It appears to have been permanently deleted. In the idea management tab I am able to recover ideas I have deleted manually but can't seem to find a way to "soft" delete them from the site.
I also tried DELETE https://pisquare.osisoft.com/api/core/v3/contents/89207?hardDelete=false . The option hardDelete is suppose to toggle whether to remove something permanently or not, but doesn't seem to work in this case.
https://developers.jivesoftware.com/api/v3/cloud/rest/ContentService.html
I also read somewhere that ideas do not support hardDelete functionality because they are not recoverable, that only documents could be recovered. However, ideas are recoverable.
Does anyone know of way to remove ideas softly or is this a known issue?
Hi ckilpatrick,
I just took a look in the code, and it appears that the soft delete functionality for ideas is only possible from the front end. The soft deletion was not implemented for ideas via the APIs, and so thus ideas will be fully deleted when using the APIs regardless of the hardDelete parameter. I've gone ahead and filed a bug (LJX-474) on our end to try and get this fixed in a future release. Let me know if you have any other questions I can help with!
Patrick