Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to POST data to Confluence page using REST API and nodeJs,ExpressJs

Basma April 30, 2017

Hi Atlassian Devellopers ,

i am develloping a Macro in  add-on on confluence cloud , i am using nodeJS and ExpreeJs and  i want to add PROPERTY called "spgviewspage"

to the meta-data of a confluence  page with ID equal to  pageId ( i get it  via GET methode using rest api call )

i didn't find a clearly documentation that describe : how the POST methode for sending Data it can be ,  contrariwise i found a tutorial which explain the GET methode here is the lik <<https://developer.atlassian.com/confcloud/lesson-2-rise-of-the-macros-39987235.html>> , so i tried to impliments a post methode bellow using the same concept.

//**********************************************

getHTTPClient(clientKey,userKey).post('/rest/api/content/pageId/property/',function (req, res) {
var con=JSON.stringify(res)//valeur JavaScript en chaîne JSON
var newViwspage = {"key":"spgviewpages","value":0};
req.send(JSON.stringify(newViwspage));
//*****************************************

but it display me an error message "req.send is not a function " 

i am stack in this for more than a week i realy need #HELP 

Reagrds Basma

 

 

 

 

 

1 answer

0 votes
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 9, 2017

I wish I could be of more help, but I am not a developer. Please try community.developer.atlassian.com. That's where our developer community can be found.

Basma May 18, 2017

Understood thanks for mention this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events