Tenant Server V1

<back to all web services

post_pm_notificationList

The following routes are available for this service:
All Verbs/post_pm_notificationList
post_pm_notificationList Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringYes
tokensecretquerystringYes
emailquerystringYes
post_pm_notificationListResponse Parameters:
NameParameterData TypeRequiredDescription
notificationsformList<post_notifications>No
baseResponse Parameters:
NameParameterData TypeRequiredDescription
resultformintNo
messageformstringNo
post_notifications Parameters:
NameParameterData TypeRequiredDescription
idnumberformlongNo
idtenant1formintNo
messageformstringNo
related_tableformstringNo
related_tableIDformlongNo
read_ynformboolNo
read_dateformDateTimeNo
read_byformstringNo
creadateformDateTimeNo

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 /csv/reply/post_pm_notificationList HTTP/1.1 
Host: sdk.lovettcommercial.com 
Content-Type: text/csv
Content-Length: length

{"token":"String","tokensecret":"String","email":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"notifications":[{"idnumber":0,"idtenant1":0,"message":"String","related_table":"String","related_tableID":0,"read_yn":false,"read_date":"\/Date(-62135596800000-0000)\/","read_by":"String","creadate":"\/Date(-62135596800000-0000)\/"}],"result":0,"message":"String"}