GET api/JournalLocation/GetJournalLocations?messageID={messageID}
Gets journal locations for an email
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| messageID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of journal locations
Collection of WorkPoint365.WebAPI.Model.JournalLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemLocation |
Gets or sets the item location |
string |
None. |
| SiteID |
Gets or sets the site id |
globally unique identifier |
None. |
| WebID |
Gets or sets the web id |
globally unique identifier |
None. |
| ListID |
Gets or sets the list id |
globally unique identifier |
None. |
| FolderAbsoluteUrl |
Gets or sets the folder absolute url |
string |
None. |
| EntityListID |
Gets or sets the entity list ID |
globally unique identifier |
None. |
| EntityID |
Gets or sets the entity ID |
integer |
None. |
| EntityGuid |
Gets or sets the entity guid |
globally unique identifier |
None. |
| EntityTitle |
Gets or sets the entity title |
string |
None. |
| EntityPath |
Gets or sets the entity path |
string |
None. |
| EntityUrl |
Gets or sets the entity url |
string |
None. |
| LocationPath |
Gets or sets the location path |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ItemLocation": "sample string 1",
"SiteID": "5381b041-7e58-4e92-820b-9f2de5445db8",
"WebID": "c087524c-2545-43cb-9161-bbe95ec4f7d9",
"ListID": "3611a97c-7e3c-4471-9561-703e26133b4c",
"FolderAbsoluteUrl": "sample string 2",
"EntityListID": "243ee528-5bf3-4e3e-b94a-82e86d59ba8f",
"EntityID": 4,
"EntityGuid": "8d524ca4-e9a3-4dfa-8daf-b6c5409272c7",
"EntityTitle": "sample string 6",
"EntityPath": "sample string 7",
"EntityUrl": "sample string 8",
"LocationPath": "sample string 9"
},
{
"ItemLocation": "sample string 1",
"SiteID": "5381b041-7e58-4e92-820b-9f2de5445db8",
"WebID": "c087524c-2545-43cb-9161-bbe95ec4f7d9",
"ListID": "3611a97c-7e3c-4471-9561-703e26133b4c",
"FolderAbsoluteUrl": "sample string 2",
"EntityListID": "243ee528-5bf3-4e3e-b94a-82e86d59ba8f",
"EntityID": 4,
"EntityGuid": "8d524ca4-e9a3-4dfa-8daf-b6c5409272c7",
"EntityTitle": "sample string 6",
"EntityPath": "sample string 7",
"EntityUrl": "sample string 8",
"LocationPath": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfJournalLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model">
<JournalLocation>
<EntityGuid>8d524ca4-e9a3-4dfa-8daf-b6c5409272c7</EntityGuid>
<EntityID>4</EntityID>
<EntityListID>243ee528-5bf3-4e3e-b94a-82e86d59ba8f</EntityListID>
<EntityPath>sample string 7</EntityPath>
<EntityTitle>sample string 6</EntityTitle>
<EntityUrl>sample string 8</EntityUrl>
<FolderAbsoluteUrl>sample string 2</FolderAbsoluteUrl>
<ItemLocation>sample string 1</ItemLocation>
<ListID>3611a97c-7e3c-4471-9561-703e26133b4c</ListID>
<LocationPath>sample string 9</LocationPath>
<SiteID>5381b041-7e58-4e92-820b-9f2de5445db8</SiteID>
<WebID>c087524c-2545-43cb-9161-bbe95ec4f7d9</WebID>
</JournalLocation>
<JournalLocation>
<EntityGuid>8d524ca4-e9a3-4dfa-8daf-b6c5409272c7</EntityGuid>
<EntityID>4</EntityID>
<EntityListID>243ee528-5bf3-4e3e-b94a-82e86d59ba8f</EntityListID>
<EntityPath>sample string 7</EntityPath>
<EntityTitle>sample string 6</EntityTitle>
<EntityUrl>sample string 8</EntityUrl>
<FolderAbsoluteUrl>sample string 2</FolderAbsoluteUrl>
<ItemLocation>sample string 1</ItemLocation>
<ListID>3611a97c-7e3c-4471-9561-703e26133b4c</ListID>
<LocationPath>sample string 9</LocationPath>
<SiteID>5381b041-7e58-4e92-820b-9f2de5445db8</SiteID>
<WebID>c087524c-2545-43cb-9161-bbe95ec4f7d9</WebID>
</JournalLocation>
</ArrayOfJournalLocation>