ListsAPI
How to Use
Functions
TrelloLists:GetListID(BoardID, ListName)
Gets a list's ID.
BoardID
is your Board's ID and ListName
is the name of the list you want to get the ID of.
This function returns the list's ID. If it fails to get the ID, it returns false.
Last updated