Hi All,
I created a space and page in confluence datacenter using REST API from postman.
Now need a REST API and sample JSON to create confiform from Postman.
Appreciate your support.
ConfiForms forms are configured through the macros stored on the Confluence page.
This means that you really dont need a "specific REST API" to create a ConfiForms Form.
What you need is to use Confluence REST APIs to create a page in Confluence with ConfiForms macros on it
Thanks for your reply. Can you provide document for the same. That is document for how to use Confluence REST APIs to create a page in Confluence with ConfiForms macros on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
https://docs.atlassian.com/ConfluenceServer/rest/7.6.2/#api/content-createContent
In the above document I am not able to find how to add ConfiForm macros while creating page.
Can you help in that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned in my 1st comment - the storage format you post via this method should have definitions of a ConfiForms macros.
Do like this: - create a form via UI and check the storage format it has. Copy it.
Use it to create the page with this copied storage format and you will create a page with a 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.