Hi there 👋🏼
I noticed that the labels_positions_v2 is not always returned by the API for color/status columns in settings_str.
Is it an expected behavior? What is the rule?
For me, something goes wrong, because if you use a default board on a standard account, the api returns:
{
“labels”: {“0”:“Working on it”,“1”:“Done”,“2”:“Stuck”}
}
which is not the correct order: when labels_positions_v2 is set, it is re-ordered this way:
{
“labels”: {“0”:“Working on it”,“1”:“Done”,“2”:“Stuck”},
“labels_positions_v2”: {“0”:0,“1”:2,“2”:1}
}
which is correct.
Labels_positions_v2 is not always returned by the API
This topic has been closed for replies.
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

