D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Notification Data Type

Properties
name data type constraints description
senderid string  
type NotificationType  
senderFullName string  
subjectid string  
time number  
userid string  
read boolean required boolean
key string  
description string  
senderThumbnail string  
commentKey string  
uri string  

Example

{
  "senderid" : "...",
  "type" : "LIKE",
  "senderFullName" : "...",
  "subjectid" : "...",
  "time" : 12345,
  "userid" : "...",
  "read" : true,
  "key" : "...",
  "description" : "...",
  "senderThumbnail" : "...",
  "commentKey" : "...",
  "uri" : "..."
}