I am designing a form , which is going to hold important data for record keeping. While import API is an option that I'd like to keep but I don't want anyone to use "Cleanup API" option and delete the records by mistake.
Is there a way I can do that?
Hi
Take a look at this page https://wiki.vertuna.com/pages/viewpage.action?pageId=14123273 and the page it mentions on Confluence and ConfiForms permissions
Simply put - restrict "edit" permissions on the page to hide this from "ordinal" users
Alex
Well, i have a list of 50 users who should be able to use ImportAPI but must not have access to DeleteAPI.
Is there a way we can put such a restriction?
Will it work if I don't grant them 'superuser' access , and provide them the ImportAPI url :
Direct link to Import API is: http://CONFLUENCE_SERVER/confluence/confiforms/import.action?pageId=PAGE_ID
?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the moment permissions could be granted to (or revoked) for 3 functions
at once. The reasoning behind this is you either allow working with "bulk data" and your form or not. As there should always be a possibility to clean up if the import when wrong or something like that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about, if delete goes wrong! I feel that's a a bigger risk as well.
Is there a way I can have a daily export of my confiform data, so that if somebody deletes the form records by mistake, I could use the exported data for easy recovery?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, if you allow you users to manage the data and use import then we think these users should have an idea what they are doing.
ConfiForms does not have a background process you can schedule
But you can always have a CRON or something that runs periodically and calls "Recovery API", basically the download URL of a RAW file (which you can always recover from)
Click on recovery API and you will see a link to download RAW file - this is the way to get the export from ConfiForms dataset in it's original form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.