Hey Kevin,
Can you go into more detail on what you're doing when `using the URL scheme`?
If you want to specify a specific list on a board, you'll want to get the list's ID from the board. You can read more about lists here: https://developers.trello.com/reference/#lists.
To get all of the lists, and their IDs, from a board, you can use the following endpoint: https://developers.trello.com/reference/#boardsboardidlists.
Using a public board as an example (https://trello.com/b/9QqSylpt/daily-drop-november-report) we can make a request to get all of the board's lists like this: https://api.trello.com/1/boards/9QqSylpt/lists?fields=name,id
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.