Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
javascript
javascript
{
	"activity" : {
		"priority": 0.0,
		"icon": "icon-comment-alt",
		"actor": {
		"id" : "department identifier",
		"objectType": "person",
		"displayName": "Department Name",
		"author" : {
			"id" : "kName",
			"displayName" : "FirstName LastName"
		}
	},
	"verb": "post",
	"title": "Test Notification",
	"object": {
		"ucdSrcId" : "content identifier",
		"objectType": "notification",
		"content": "This is a test notification",
		"ucdEdusModel" : {
			"url" : "http://ucdavis.edu",
			"urlDisplayName" : "UC Davis"
		}
	},
	"to" : {
		"groups" : ["students", "faculty"],
		"users" : []
	},
	"ucdEdusMeta" : {
		"labels" : ["academic~academic", "some-label"],
		"authzId" : "<Same as actor.author.id>",
		"startDate" : "date string",
		"endDate" : "date string"
	}
}}

...