Source Data Model
Key | Type | Comment | Required (R) or Optional (O) |
---|---|---|---|
activityTypes | Array of activityType Objects | [{ "id": "event", "name": "Event", "icon": "/content/logos/mondavi.png" }, { "id": "notification", "name": "Notification", "icon": "/content/logos/mondavi.png" }] | |
approveBy | Number | Number of approvers required for any post that is manually created | |
approvers | Array | Array of strings, where each entry is the kerberos id of the user granted the ability to approve posts | |
canSendTo | Array | Array of objects, where each entry represents a group that is addressable by this source. e.g.
Unknown macro: { "canSendTo" } | |
creators | |||
isRequired | |||
notification | |||
sourceId | |||
sourceName | |||
sourceLabel | |||
autosubscribe | |||
connections | External Connections (i.e. Facebook pages/groups, Campus Calendars, etc.) |
ActivityType
Key | Type | Comment | Required (R) or Optional (O) |
---|---|---|---|
name | String | ||
id | String | ||
icon | String | ||
color | String |
Connection