This is an archive version of the document. To get the most up-to-date information, see the current version.

Getting Mailbox Items

You can get a resource representation of organization's mailbox items.

Request

GET https://<hostname>:4443/v5/RestoreSessions/{restoreSessionId}/Organization/Mailboxes/{mailboxId}/Items

Request Headers

The request header must contain an authorization token of the current session.

Request Parameters

The following parameters must be specified in the URL of the request:

Parameter

Type

Description

restoreSessionId

string

Specifies the identification number of the restore session. For more information on how to get this parameter, see Getting Restore Sessions.

mailboxId

string

Specifies the identification number of the mailbox. For more information on how to get this parameter, see Getting Mailboxes.

Request Body

None.

Response

The server returns the following response to the client.

Response Codes

A successfully completed operation returns a response code 200 OK.

Response Headers

The response to this request contains the following headers. The response may also include additional standard HTTPS headers.

Header

Description

Content-length

The length of the response body.

Content-type

The media type and syntax of the response body message: application/json; charset=utf-8

Response Body

In the response body, the server returns a resource representation of the /RestoreSessions/{restoreSessionId}/Organization/Mailboxes/{mailboxId}/Items resource.

Examples

Example 1

The following request returns a resource representation of the organization's mailbox items. The server will return a page with first 30 elements of the /RestoreSessions/{restoreSessionId}/Organization/Mailboxes/{mailboxId}/Items resource collection.

Request:

GET https://abc.tech.local:4443/v5/RestoreSessions/0800471b-d0e2-422b-9d7c-35d15661c3fb/Organization/Mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/Items

 

Request Header:

Authorization: Bearer <Access-Token>

 

Response:

200 OK

 

Response Body:

{

 "offset": 0,

 "limit": 30,

 "results": [

   {

     "from": "support_north",

     "cc": "",

     "bcc": "",

     "to": "qa_north",

     "sent": "2017-05-25T08:39:16.8235249Z",

     "received": "2017-05-25T08:39:16.8235249Z",

     "reminder": false,

     "subject": "",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders/AAAAAF4gCffLVmtLqMPb9KIFXGgBAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA=="

   },

   {

     "from": "support_north",

     "cc": "",

     "bcc": "",

     "to": "qa_north",

     "sent": "2017-05-25T08:39:16.8235249Z",

     "received": "2017-05-25T08:39:16.8235249Z",

     "reminder": false,

     "subject": "",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders/AAAAAF4gCffLVmtLqMPb9KIFXGgBAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA=="

       },

   {

     "from": "rnd",

     "cc": "",

     "bcc": "",

     "to": "support_dallas",

     "sent": "2017-05-25T08:39:16.8235249Z",

     "received": "2017-05-25T08:39:16.8235249Z",

     "reminder": false,

     "subject": "",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders/AAAAAF4gCffLVmtLqMPb9KIFXGgBAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAAAAAG50AAA=="

   },

..]

Example 2

The following request returns a resource representation of the organization's mailbox items. The server will return a page with 2 elements of the /RestoreSessions/{restoreSessionId}/Organization/Mailboxes/{mailboxId}/Items resource. The page will return results starting from the 10th element.

Request:

GET https://abc.tech.local:4443/v5/RestoreSessions/0800471b-d0e2-422b-9d7c-35d15661c3fb/Organization/Mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/Items?offset=9&limit=2

 

Request Header:

Authorization: Bearer <Access-Token>

 

Response:

200 OK

 

Response Body:

{

 "offset": 9,

 "limit": 2,

 "results": [

   {

     "from": "j_smith",

     "cc": "",

     "bcc": "",

     "to": "support_north",

     "sent": "2017-06-25T08:39:16.8235249Z",

     "received": "2017-06-25T08:39:16.8235249Z",

     "reminder": false,

     "subject": "",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders/AAAAAF4gCffLVmtLqMPb9KIFXGgBAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetkAAA=="

   },

   {

     "from": "",

     "cc": "",

     "bcc": "",

     "to": "",

     "sent": "2017-06-25T08:39:16.8235249Z",

     "received": "2017-06-25T08:39:16.8235249Z",

     "reminder": false,

     "subject": "",

     "itemClass": "IPM.AbchPerson",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/folders/AAAAAF4gCffLVmtLqMPb9KIFXGgBAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/9e9b7199-f547-467a-b580-9d283a75eaad/items/AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAF4gCffLVmtLqMPb9KIFXGgHAKezhlHjipdOmVnvuPMPSwQAAAAAAVcAAKezhlHjipdOmVnvuPMPSwQAABTFetgAAA=="

       }

Example 3

The following request returns a resource representation of the items of the mailbox folder with the specified ID.

Request:

GET https://abc.tech.local:4443/v5/RestoreSessions/0800471b-d0e2-422b-9d7c-35d15661c3fb/Organization/Mailboxes/479ae6aa-610b-4652-8966-5db06021903c/Items?folderId=AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAA==

 

Request Header:

Authorization: Bearer <Access-Token>

 

Response:

200 OK

 

Response Body:

{

 "offset": 0,

 "limit": 30,

 "results": [

   {

     "startTime": "2022-10-09T21:00:00Z",

     "endTime": "2022-10-10T21:00:00Z",

     "organizer": "jsmith",

     "location": "United States",

     "attendees": "",

     "recurring": false,

     "itemClass": "IPM.Appointment",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_u0AAA=="

       },

   {

     "startTime": "2020-04-14T21:00:00Z",

     "endTime": "2020-04-15T21:00:00Z",

     "organizer": "jsmith",

     "location": "United States",

     "attendees": "",

     "recurring": false,

     "itemClass": "IPM.Appointment",

     "_links": {

       "self": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA=="

       },

       "parent": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/folders/AAAAAKGE4dIvQUtGjuSnq8JTHAgBAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAA=="

       },

       "mailbox": {

         "href": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c"

       }

     },

     "_actions": {

       "restoretoOriginallocation": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       },

       "restoreTo": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       },

       "exporttoPst": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       },

       "savetoMsg": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       },

       "sendtoDefaultaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       },

       "sendtoDifferentaddress": {

         "uri": "https://abc.tech.local:4443/v5/RestoreSessions/3da69c6c-bb12-4bed-9c4d-7276cb9074bf/organization/mailboxes/479ae6aa-610b-4652-8966-5db06021903c/items/AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA==/action",

         "method": "POST"

       }

     },

     "id": "AAAAAKGE4dIvQUtGjuSnq8JTHAgHAPliTMf_6DxPiJ6TGYB9CqAAAAAAAUcAAEJD8-NHTuNAoFrJGmIzcMoAAE-h_uoAAA=="

   },

..]