Skip to content

Get list of predefined MWs

Request to be POSTed to uri : /NorenWClientTP/PreDefinedMWList

Request Details

Parameter Name Possible value Description
jData* Should send json object with fields in below list
Json Fields Possible value Description
uid* Logged in User Id

Response Details

Response data will be in json format with below fields:

Json Fields Possible value Description
values Watch List names as a json array of strings.

Example

jData={"uid":"{{USER_ID}}"}

Sample Success Response

{
"values": [
"NIFTYBANK",
"NIFTY50"
]
}