Skip to content

Get Enabled Alert Types

Request to be POSTed to uri : /NorenWClientTP/GetEnabledAlertTypes

Request Details

Parameter Name Possible value Description
jData* Should send json object with fields in below list
jKey* Key Obtained on login success.
Json Fields Possible value Description
uid* User id of the logged in user

Response Details

Response data will have below fields:

Json Fields Possible value Description
stat Alert order success or failure indication.
request_time This will be present only in a successful response.
ai_ts Array of alert types

Sample Success Response

{
"stat":"Ok",
"request_time":"04062021121503",
"ai_ts":
[
{"ai_t":"ATP"},
{"ai_t":"LTP"},
{"ai_t":"Perc. Change"}
]
}

Sample Failure Response

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}