SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteMessage
Represents a single message in the system (both individual and group messages)
Base Classes
None
Properties
The following properties are provided directly by this class:
| Name | Type | Description | Required |
|---|---|---|---|
| Body | string? | The contents of the message | |
| CreationDate | dateTime | The date/time this message was created | Yes |
| IsRead | boolean | Has this message been read | Yes |
| LastUpdateDate | dateTime | The date/time this message was last updated | Yes |
| MessageId | long | The id of the message | Yes |
| RecipientArtifact | RemoteLinkedArtifact? | The artifact the message was sent to, populated for group messages | |
| RecipientUser | RemoteUser? | The recipient (null for a group message) | |
| SenderUser | RemoteUser? | The sender of the message |