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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How can I get article from Confluence by API?

Edited

Hi, 

I know that there are 'view' and 'styled_view' in API to get my article. I try to insert article from Confluence to the website page, but using API I am getting only text, without proper CSS. I want to get original CSS, like it was in Confluence. How can I do this? Please, help 

1 answer

0 votes
Andrii Maliuta
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 30, 2023

Hello @zhanibek ,

Yes, you can add the  '?expand=body.styled_view' to the URI of the HTTP request to Confluence Cloud and  get the whole HTML with HEAD/BODY elements in the content body REST API response:

https://<site>.atlassian.net/wiki/rest/api/content/<ID>?expand=body.styled_view

In such a case there will be a big amount of text data to parse :) 

Hello,

Thank you for your response.

I am currently using 'styled_view,' but when I check the text data, I see styles like this: "#footer .footer-body { color: @Aui-footer-body-text-color; "

As you can see, it uses some styles and variables that I do not have in my app. Where can I get these styles?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events