Cemberle

<back to all web services

MyNotifRequest

The following routes are available for this service:
All Verbs/mynotif
MyNotifRequest Parameters:
NameParameterData TypeRequiredDescription
UseridqueryintNo
MyNotifResponse Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
myNotifformList<MyNotifView>No
MycountformintNo
MyNotifView Parameters:
NameParameterData TypeRequiredDescription
NotifIdformintNo
UseridformintNo
StatusformstringNo
TitleformstringNo
TypesformstringNo
IconsformstringNo
SubtitleformstringNo
CreatedateformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /mynotif HTTP/1.1 
Host: service.cemberle.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"userid":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"success":false,"myNotif":[{"notifId":0,"userid":0,"status":"String","title":"String","types":"String","icons":"String","subtitle":"String","createdate":"\/Date(-62135596800000-0000)\/"}],"mycount":0}