Retrieves the currently available Watchlists for the user
Controller: Watchlist
Topic: QueryWatchlists
Action: Publish
Permissions: None
No Request Body
An unordered array of Watchlist Change objects. See the Watchlists subscription for more information.
Send:
{"Controller":"Watchlist","Topic":"QueryWatchlists","TransactionID":1}
Receive:
{
"Controller":"Watchlist",
"Topic":"QueryWatchlists",
"Data":
[
{"O":"A","Watchlist":{"ID":1,"Name":"ASX 200", "Type":"Global"}},
...
{"O":"A","Watchlist":{"ID":1000,"Name":"Custom User Watchlist", "Type":"User"}}
],
"TransactionID":1
}