Retrieving item terminology thru API

Hi devs,
is there a way to retrieve the item terminology thru API?

Thanks.

This is 100% possible! You are looking for the column type! Your query would look something like this:

query = 'query ($boardID:Int!) {boards(ids:[$boardID]){items{column_values{type}}}}'
vars = {
    'boardID': boardID
}

Here is the documentation for what you’re trying:

Thank you, @NeelPi, but no, I’m not talking about column types.

Sorry about that! Misunderstood what you were asking!

It doesn’t look like the item terminology is exposed by the API, hopefully someone else has a better answer.

Hello @rob!

As of today, there is no way of retrieving the terminology via API.

I will add this as a feature request!

Cheers,
Matias