Requests the current matches for a specific persistent Scan.
Controller: Notify
Topic: QueryMatches
Action: Publish
Permissions: Zenith/Market
Name | Type | Expect | Description |
---|---|---|---|
ScanID | String | Always | The persistent Scan identifier to request matches for. |
An array of Scan Match Change objects. See the Matches subscription for more information.
Send:
{"Controller":"Notify","Topic":"QueryMatches","TransactionID":1,"Data":{"ScanID":"j5Tm6X"}}
Receive:
{"Controller":"Notify","Topic":"QueryMatches","TransactionID":1,"Data":"Data":[
{"Operation":"Clear"},
{"Operation":"Add","Key":"BHP.ASX"}
]}