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 .jsv suffix or ?format=jsv

HTTP + JSV

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/jsv
Content-Type: text/jsv
Content-Length: length

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

{
	success: False,
	myNotif: 
	[
		{
			notifId: 0,
			userid: 0,
			status: String,
			title: String,
			types: String,
			icons: String,
			subtitle: String,
			createdate: 0001-01-01
		}
	],
	mycount: 0
}