How to Identify a linked column's source column using API?

I need a way to identify the target column for a mirror column, ie. the column that the values are being pulled from. I have found ways to pull the target board and the linked item, but the column itself does not seem to have a way to query it.

I have been digging through the API documentation, but I’m sure that I’m overlooking something. If this is not something that is currently available, I would like to submit that as a feature request.

hint… its in the column{settings_str} of the mirror column.

Thank you!! I knew I had overlooked it somewhere, it was throwing me off that there were specific calls for the linked item and the linked board, I kept looking for something similar for the linked column.

It would be nice if they enhanced column{...on MirrorColumn{linked_boards{id, column {id}}} for example

1 Like