Versions Compared

Key

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

...

KeyTypeCommentRequired (R) or Optional (O)
activityTypesArray of activityType Objects 
Code Block
[{
	"id": "event",
	"name": "Event",
	"icon": "/content/logos/mondavi.png"
},
{
	"id": "notification",
	"name": "Notification",
	"icon": "/content/logos/mondavi.png"
}]
 
approveByNumberNumber of approvers required for any post that is manually created 
approversArrayArray of strings, where each entry is the kerberos id of the user granted the ability to approve posts 
canSendToArray

Array of objects, where each entry represents a group that is addressable by this source. e.g.

 

Wiki Markup
{ "canSendTo" : [{"id" : "public", "name : "Public"}, {...}, ...] }
 

creators

   
isRequired   
notification   
sourceId   
sourceName   
sourceLabel   
autosubscribe   
connections External Connections (i.e. Facebook pages/groups, Campus Calendars, etc.) 

...