Get WatchList Names
Request to be POSTed to the API endpoint:
/NorenWClientTP/MWList
Request Details
Form Parameters
| Parameter Name | Possible Value | Description |
|---|---|---|
| jData* | JSON string with fields listed below | |
| jKey* | Session key obtained on successful login |
JSON Fields inside jData
| JSON Field | Possible Value | Description |
|---|---|---|
| uid* | Logged-in User ID |
Response Details
The API responds with a JSON object containing the following fields:
| JSON Field | Possible Value | Description |
|---|---|---|
| stat | Ok / Not_Ok | Indicates whether the request succeeded |
| values | Array of Watch List names | |
| request_time | Returned only in success response | |
| emsg | Error description if request fails |
Sample Success Response
{ "request_time": "12:34:52 21-05-2020", "values": [ "default", "WL" ], "stat": "Ok"}