GET {who}/Messages/{messageId}?language={language}&markAsRead={markAsRead}
Gets a specific message by its messageId.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| who | Who to retrieve messages for. Valid values are "my", or an organization number of an organization the user can represent, or <Reportee.ReporteeId>, where the identified reportee may be a person or organization. |
Define this parameter in the request URI. |
| messageId | ID of the message to be retrieved |
Define this parameter in the request URI. |
| language | Translation of messages retrieved, valid values are: 1033 (English), 1044 (Bokmal) and 2068 (Nynorsk) This is an optional parameter, defaults to the user preset language |
Define this parameter in the request URI. |
| markAsRead | Whether correspondence should be marked as Read upon retrieval. This is an optional parameter, by default correspondences will have their status set to "Read" by this operation. If this parameter is submitted as "False", correspondences not will have their status set to "Read" by this operation. |
Define this parameter in the request URI. |
Response Information
Message with the given messageId
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{
"MessageId": "sample string 44",
"OriginalId": "sample string 55",
"Subject": "sample string 80",
"Status": "sample string 64",
"MarkedUnread": true,
"LastChangedDateTime": "2026-05-16T23:20:21.3043135+02:00",
"CreatedDate": "2026-05-16T23:20:21.3043135+02:00",
"LastChangedBy": "sample string 66",
"ServiceOwner": "sample string 67",
"Type": "sample string 84",
"MessageSender": "sample string 13",
"Summary": "sample string 13",
"Body": "sample string 97",
"ServiceCode": "sample string 92",
"ServiceEdition": 2,
"SignatureSpec": {
"FormIds": [
1,
2,
3
],
"AttachmentIds": [
1,
2,
3
]
},
"DueDate": "2026-05-16T23:20:21.3043135+02:00",
"AvailableAction": 0,
"ArchiveReference": "sample string 61",
"ReplyOptions": [
{
"Type": "sample string 64",
"URL": "sample string 21",
"Text": "sample string 71"
},
{
"Type": "sample string 64",
"URL": "sample string 21",
"Text": "sample string 71"
},
{
"Type": "sample string 64",
"URL": "sample string 21",
"Text": "sample string 71"
}
],
"_links": {
"self": {
"href": "sample string 61"
}
}
}
