Watchlist:QueryWatchlist
Retrieves the current details for a Watchlist
Controller: Watchlist
Topic: QueryWatchlist
Action: Publish
Permissions: Zenith/Market
Request
Section titled “Request”Name | Type | Expect | Description |
---|---|---|---|
Watchlist | String | Always | The identifier of the Watchlist to request Members for |
Response
Section titled “Response”An single Watchlist Change object. See the Watchlists subscription for more information.
Example
Section titled “Example”Send:
{"Controller":"Watchlist","Topic":"QueryWatchlist","TransactionID":1,"Data":{"Watchlist":"123ABC"}}
Receive:
{ "Controller":"Watchlist", "Topic":"QueryWatchlist", "Data": [ {"Operation":"Add","Watchlist":{"ID":"123ABC","Name":"Custom User Watchlist","IsWritable":true}} ], "TransactionID":1}