public interface Lists
Contains all lists related REST call methods.
- See Also:
-
Method Summary
-
Method Details
-
get
View your listsFetch all lists that the user owns.
- Returns:
- list of defined user lists
-
get
Show a single listFetch the list with the given ID. Used for verifying the title of a list, and which replies to show within that list.
- Parameters:
id- the list id- Returns:
- list of defined user lists
-
accounts
View accounts in a list.Accounts which within the given list id.
- Parameters:
id- the account id- Returns:
- a list of list members
-