I found that I can include query params in the `1/batch` endpoint, but it seems broken when those query parameters include commas.
This works:
https://api.trello.com/1/batch?urls=%2Forganizations%2F5ae695d2060c06af972997dc%3Ffields%3Dname
and returns the org with just the id and name, but this returns errors
https://api.trello.com/1/batch?urls=%2Forganizations%2F5ae695d2060c06af972997dc%3Ffields%3Dname%2Cprefs
Routes do not exist: /1prefs
I expect this is because the urls parameter is comma-delimited. Is there a way to escape the commas? Or maybe another way to specify multiple fields?
Hi Greg! Welcome to Trello Community!
While there are no rules agains posting more technical questions here, developers usually have more luck in the dedicated dev community: https://community.developer.atlassian.com/c/trello
There you will be able to collaborate with other Trello Champions and Engineers.
I thought this was the dev community. I hate that they moved away from Slack.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.