How do I find the LIST ID in trello?
There are two ways I'd suggest! First, if you're looking for the list ID for a specific card, you can export the JSON for that card and find the list ID in the idList property. For example:
"idList": "{id}",
You can export the JSON for card if you:
If you want list IDs for all the lists in a specific board, I'd suggest the /boards API endpoint. Here's more detail on that:
https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-lists-get
You'll find the list ID in the id property in those responses.
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.