I’m using the API to get the list of labels. It looks like only 24 labels are returned. Did the default recently change from 50 to 24?
I’m using this call to get the labels. Where do I add the quantity parameter to get more than the default?
“https://api.trello.com/1/boards/” + boardID + “/labels” + “?key=” + key + “&token=” + token;