static osapi.jive.corev3.messages

Static class for getting Messages. Messages are replies to discussions. Messages are not created directly by the static class. Instead, use createReply with a Discussion or Message object.

Methods

get(options)
GET /messages/{uri}

Retrieves

Message

Description

Return a single message by its URI.

Options:
NameTypeRequiredDescription
uriStringtrueURI of the message to get
fieldsStringfalseNames of the fields to be returned
Retrieves:
  • Message Representation of the requested message