EventInvite
An invitation to an event.
Fields
Field | Type | Mode † | Description |
---|---|---|---|
body | String | read-only | The (HTML) body content of this invitation. |
event | Event | read-only | The event to which the invitee was invited. |
followerCount | Integer | read-only | Number of people following this object. Availability:Will be present only for object types that support being followed. |
id | String | read-only | Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs. |
invitee | Person | read-only | The person that was invited. |
inviter | Person | read-only | The person that issued this invitation. |
likeCount | Integer | read-only | Number of people who have liked this object. Availability:Will be present only for object types that support being liked. |
published | ISO 8601 Date | read-only | The date and time at which this invite was created. |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
sentDate | ISO 8601 Date | read-only | The date and time at which this invitation was sent. |
updated | ISO 8601 Date | read-only | The date and time at which this invite was last updated. |
followed | Boolean | read-only | Whether the current user is following this object. Availability:Will be present only for object types that support being followed. |
Resources
Resource | Method | Description |
---|---|---|
self | GET | Return an updated version of this invitation. Retrieves: |
self | PUT | Update the information for this invitation, and return an updated representation of it. Retrieves: |
self | DELETE | Remove this invitation. |