Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I access the Column names through an API request?

Sina Sultani April 14, 2022

Hello! I was wondering how I can access the name of the columns I have in a board by an API call. I guess they're not called "columns" since I've been searching on that term but found nothing. Basically each column that contains the different issues. How is that done? I would be very grateful to be directed to that in the documentation. columns.PNG

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
April 14, 2022

Hi @Sina Sultani 

You can get that using the following end point.

/rest/agile/1.0/board/BOARDID/configuration

It will give you columnConfig.columns.name

I hope it helps.

Ravi

Sina Sultani April 14, 2022

That sure was the one! Thank you Ravi!

Suggest an answer

Log in or Sign up to answer