DylanGeorgeFiel
9 years agoHelper
REST API V2 board.id results with underscores
Hello,
I'm running a query to return the board name for instance "Billing and Payments".
However, when I run the query using board.id it returns "billing_payments".
Is there a solution using a Lithium query or will I have to create a custom solution to parse these names?
Removing underscores and capitalising is no problem, losing the 'and' is though.