Questions tagged [confluence-rest-api]

The Confluence REST API is provided for developers who want to integrate with or build on top of the Atlassian Confluence platform and administrators who want to script interactions with the Confluence server

273 questions
3
votes
0 answers

How to fetch images using confluence API?

I have created a script that fetches all the articles from https://insuredhq.atlassian.net/ below is the code I have used. $username = '##########'; $password = '##########'; $url =…
3
votes
1 answer

Confluence REST API - expanding page body when retrieving page by title

I'm accessing a Confluence page by its title using the latest REST API. To retrieve more details on certain fields, I'm passing the expand parameter (see Confluence…
david
  • 2,529
  • 1
  • 34
  • 50
3
votes
1 answer

How to get Atlassian Confluence Space permissions by REST API?

I'm using Atlassian Confluence REST API. I need to get Space permissions. I couldn't find any info on it in the documentation. Does anyone know how to get these permissions?
3
votes
2 answers

getting Refused to execute script from '*' because its MIME type ('application/json') is not executable, and strict MIME type che

Please find below my code to get response from confluence rest api: