confluence-rest-api Questions

5

Solved

I have written a very small python client to access confluence restful api. I am using https protocol to connect with the confluence. I am running into Connection reset by peer error. Here is the f...
Paphian asked 9/8, 2016 at 14:46

0

I am trying to publish article on Confluence using REST API. When I am preparing the article in storage format, I indent the content as if I would HTML code, with newlines and spaces. The problem i...
Apoplexy asked 8/12, 2021 at 14:4

2

I am using the REST Confluence API to retrieve a bunch of data around our Confluence pages, such as version, last modified, created, etc. However, I don't see any way to retrieve page views. Do yo...
Unicellular asked 14/5, 2012 at 13:43

4

I want to update a confluence page through the Confluence REST API. Please suggest a code snippet with which I can update the page through its "Page Title". Assume my confluence site is h...
Kermis asked 10/5, 2017 at 9:46

2

I am beginner with apache kafka and trying to learn confluent - kafka - rest - utils, however I am confusing with how can I use it. During search I found this documentation https://spring.io/blog...
Purington asked 29/5, 2015 at 7:55

3

I am trying to create a new page into confluence using Python's xmlrpclib. I already know how to update content of an existing page, but how can I create a totally new page? I have used following...
Magnanimous asked 16/10, 2015 at 10:20

4

Solved

I am trying to upload an .xls file to a Confluence wiki page following the guidelines given in the Remote API documentation : https://developer.atlassian.com/confdev/confluence-server-rest-api/con...
Kymry asked 21/3, 2014 at 6:23

6

I have windows environment and my own set of kafka and zookeeper running. To use custom objects, I started to use Avro. But I needed to get the registry started. Downloaded Confluent platform and r...

1

Solved

I am working with the Confluence REST api, and want to extract some documents. The document body is available in several formats: editor, storage, view, export_view, anonymous_export_view,... But I...
Normally asked 19/6, 2018 at 10:33

3

I am migrating from Confluence's SOAP API to using their REST API. I see there is support for adding attachments to a page (by doing a POST) but I am running into issues getting it to work (I am ge...
Jeremy asked 25/9, 2015 at 11:12

2

Solved

I need working example of creating new wiki page in confluence using rest api. I prefer the new page to be created under specific space and specific page. I read their api documentation and l...
Blizzard asked 7/5, 2014 at 16:49

2

Solved

I'm trying to pull a list of users from our Atlassian Confluence/Jira instance. However I'm struggling to find good documentation on what REST services are available, and it seems the SOAP services...
Pyaemia asked 4/11, 2016 at 13:49

1

I'm trying to upload my Swagger JSON schema (myapi.json) into Atlassian Confluence using the swagger-confluence standalone tool. The standalone CLI .jar should (according to my understanding) oper...
Johann asked 23/8, 2016 at 14:51

1

Solved

I am developing confluence blueprint where a user can choose between jira projects and use them for specific jira issues report. Both instances are connected correctly with each other and I get res...
Ledge asked 22/12, 2015 at 11:5

3

Solved

This is what I've currently got and it creates a new Confluence page. It doesn't update it. Also it posts it in the root space, TST, but I want it to be in TST/space1/subsection2/updateThisPage. c...
Grillo asked 19/2, 2015 at 19:19

1

Attempting to create a wiki page on an Atlassian wiki. I previously was using a python script and this code worked no problem: data = json.dumps({"type":"page", "data":"testData", "title":postTitl...
Boles asked 4/11, 2014 at 20:56

1

Solved

Hi I have noticed several ways to get the content with the REST API. Although I was wondering if there is a way to get the content directly from the url without calling the space and title. Meanin...
Yancey asked 6/2, 2015 at 1:4

1

Is there a way to find out if the Remote API is enabled on our Confluence installation if I do not have admin rights to our confluence I can see the WSDSL, but while testing with this downloaded c...
Juice asked 28/7, 2011 at 1:50
1

© 2022 - 2024 — McMap. All rights reserved.