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 to read a table from Confluence page via API?

Ginna Khang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Sep 20, 2023

I'm trying to create an app that would read from a table that has multiple columns and rows.

 

Using the REST API I am able to retrieve the page and expand the table information using the following route:

 

const fetchConfluenceBody = await api.asApp().requestConfluence(route`/wiki/api/v2/pages/7634945?body-format=atlas_doc_format`, {
        headers: {
          'Accept': 'application/json'
        }
    });
How will I be able to parse through the table in an organized manner to search for the information I need? With the current format I have (atlas_doc_format), I see a lot of "type" and "content" but am unable to access the information values.
Thanks
  
image.png

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events