Hi,
I am trying to find out way to import some of list or json data to confluence page.
e.g.
id, name, sal
1, ss, 20
I want to publish this data to confluence as a table.
Is there a way to do it using requests module and confluence cloud rest api
Regards
Sukh
The REST API has different types of view such as `styled_view`, `export_view`. I would recommend you create a page manually in the desired format with the table and then use "Get content" API and see how the response is.
Then you can use the same format to create new content using "Create content" API.
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.