GET {who}/Messages/trashbin?language={language}
Gets all soft deleted messages for the given 'who'. These can optionally be retrieved in the language specified.
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. |
queryOptions | The supplied ODataQueryOptions (if any). |
None. |
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. |
Response Information
All messages for the requested user.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "_links": { "self": { "href": "sample string 84" } }, "_embedded": { "sample string 60": [ { "MessageId": "sample string 14", "OriginalId": "sample string 28", "Subject": "sample string 98", "Status": "sample string 18", "MarkedUnread": true, "LastChangedDateTime": "2025-03-15T06:37:03.7844123+01:00", "CreatedDate": "2025-03-15T06:37:03.7844123+01:00", "LastChangedBy": "sample string 54", "ServiceOwner": "sample string 19", "Type": "sample string 29", "MessageSender": "sample string 73", "Summary": "sample string 45", "Body": "sample string 47", "ServiceCode": "sample string 47", "ServiceEdition": 16, "SignatureSpec": { "FormIds": [ 1, 2, 3 ], "AttachmentIds": [ 1, 2, 3 ] }, "DueDate": "2025-03-15T06:37:03.7844123+01:00", "AvailableAction": 0, "ArchiveReference": "sample string 85", "ReplyOptions": [ { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" } ], "_links": { "self": { "href": "sample string 53" } } }, { "MessageId": "sample string 14", "OriginalId": "sample string 28", "Subject": "sample string 98", "Status": "sample string 18", "MarkedUnread": true, "LastChangedDateTime": "2025-03-15T06:37:03.7844123+01:00", "CreatedDate": "2025-03-15T06:37:03.7844123+01:00", "LastChangedBy": "sample string 54", "ServiceOwner": "sample string 19", "Type": "sample string 29", "MessageSender": "sample string 73", "Summary": "sample string 45", "Body": "sample string 47", "ServiceCode": "sample string 47", "ServiceEdition": 16, "SignatureSpec": { "FormIds": [ 1, 2, 3 ], "AttachmentIds": [ 1, 2, 3 ] }, "DueDate": "2025-03-15T06:37:03.7844123+01:00", "AvailableAction": 0, "ArchiveReference": "sample string 85", "ReplyOptions": [ { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" } ], "_links": { "self": { "href": "sample string 53" } } }, { "MessageId": "sample string 14", "OriginalId": "sample string 28", "Subject": "sample string 98", "Status": "sample string 18", "MarkedUnread": true, "LastChangedDateTime": "2025-03-15T06:37:03.7844123+01:00", "CreatedDate": "2025-03-15T06:37:03.7844123+01:00", "LastChangedBy": "sample string 54", "ServiceOwner": "sample string 19", "Type": "sample string 29", "MessageSender": "sample string 73", "Summary": "sample string 45", "Body": "sample string 47", "ServiceCode": "sample string 47", "ServiceEdition": 16, "SignatureSpec": { "FormIds": [ 1, 2, 3 ], "AttachmentIds": [ 1, 2, 3 ] }, "DueDate": "2025-03-15T06:37:03.7844123+01:00", "AvailableAction": 0, "ArchiveReference": "sample string 85", "ReplyOptions": [ { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" }, { "Type": "sample string 8", "URL": "sample string 9", "Text": "sample string 41" } ], "_links": { "self": { "href": "sample string 53" } } } ] } }