Hi all,
I am querying the first column of a monday.com board through the GraphQL API and receiving the following response:
{
"id": "name",
"title": "Name",
"type": "name",
"settings_str": "{}",
"description": null
}However, in the monday.com interface, the visible heading for this column is “Requests”, not “Name”.
I have also tried renaming the column to other names such as “RENAME” and “TESTING”, in the monday.com interface, but the API continues to return:
"title": "Name"Is the visible display name of the first or leading column stored separately from the API title field?
And if so, is there a way to get it through the API?
Any clarification on whether this is expected behaviour or an API limitation would be appreciated.
Cheers