Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
static
osapi.jive.corev3.events
Methods
↑
Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
create(event,options)
POST /event-type-plugin/v3/contents
Retrieves
Event
↑
Event[] Paginated list of matching ideas
Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
get(options)
GET /event-type-plugin/v3/contents
Retrieves
Content[]
Description
Return a paginated list of events that match the specified criteria.
Options:
Name | Type | Required | Description |
---|---|---|---|
author | String | false | URI of a person, limiting results to objects authored by this person |
count | Integer | false | Maximum number of objects to return (default is 25) |
fields | String | false | Names of the fields to be returned |
place | String | false | URI of a place, limiting results to objects contained in that place |
search | String | false | One or more search terms separated by commas, limiting results to objects that match the terms |
startIndex | Integer | false | Zero-relative index of the first content object to be returned |
tag | String | false | Comma delimited list of tag values, limiting results to objects with one of those tags |
Retrieves:
↑
Event Representation of the requested event
Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
get(options)
GET /event-type-plugin/v3/contents/{uri}
Retrieves
Content
Description
Return a single event by its URI.
Options:
Name | Type | Required | Description |
---|---|---|---|
uri | String | true | URI of the event to get |
fields | String | false | Names of the fields to be returned |
Retrieves:
↑
Requires ModuleWhat's this?
This capability is implemented by a Jive Module.
This feature may not be available on all Jive instances.
This feature may not be available on all Jive instances.
getEditable(options)
GET /event-type-plugin/v3/contents/{uri}/editable
Retrieves
Content