GET api/JournalLocation/GetJournalLocations?messageID={messageID}
Gets journal locations for an email. Used by WorkPoint Express (Legacy).
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 |
|---|---|---|---|
| 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. |
| EntityPath |
Gets or sets the entity path |
string |
None. |
| LocationPath |
Gets or sets the location path |
string |
None. |
| ItemLocation |
Gets or sets the item location |
string |
None. |
| EntityTitle |
Gets or sets the entity title |
string |
None. |
| BusinessModuleId | globally unique identifier |
None. |
|
| EntityId | integer |
None. |
|
| SiteID |
Gets or sets the site id |
globally unique identifier |
None. |
| WebID |
Gets or sets the web id |
globally unique identifier |
None. |
| EntityUrl |
Gets or sets the entity url |
string |
None. |
| ListID |
Gets or sets the list id |
globally unique identifier |
None. |
| FolderAbsoluteUrl |
Gets or sets the folder absolute url |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntityListID": "4ed39693-5953-49b2-a725-2cc90c8f4301",
"EntityID": 2,
"EntityGuid": "fc2f4be4-e28d-43a5-b1e5-bd3c6760b1d9",
"EntityPath": "sample string 4",
"LocationPath": "sample string 5",
"ItemLocation": "sample string 6",
"EntityTitle": "sample string 7",
"BusinessModuleId": "4dddf0f8-c207-4984-8c2d-dab5a320945e",
"EntityId": 9,
"SiteID": "3e65b1d6-5773-4e4c-8cd8-dd2c0f3fcdbb",
"WebID": "3d8b25ac-2b2e-4aa7-9f74-67fee715c447",
"EntityUrl": "sample string 10",
"ListID": "aaf1546d-ccb6-4e7e-99fc-1650615c6ba3",
"FolderAbsoluteUrl": "sample string 11"
},
{
"EntityListID": "4ed39693-5953-49b2-a725-2cc90c8f4301",
"EntityID": 2,
"EntityGuid": "fc2f4be4-e28d-43a5-b1e5-bd3c6760b1d9",
"EntityPath": "sample string 4",
"LocationPath": "sample string 5",
"ItemLocation": "sample string 6",
"EntityTitle": "sample string 7",
"BusinessModuleId": "4dddf0f8-c207-4984-8c2d-dab5a320945e",
"EntityId": 9,
"SiteID": "3e65b1d6-5773-4e4c-8cd8-dd2c0f3fcdbb",
"WebID": "3d8b25ac-2b2e-4aa7-9f74-67fee715c447",
"EntityUrl": "sample string 10",
"ListID": "aaf1546d-ccb6-4e7e-99fc-1650615c6ba3",
"FolderAbsoluteUrl": "sample string 11"
}
]
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>
<BusinessModuleId>4dddf0f8-c207-4984-8c2d-dab5a320945e</BusinessModuleId>
<EntityId>9</EntityId>
<EntityTitle>sample string 7</EntityTitle>
<EntityUrl>sample string 10</EntityUrl>
<FolderAbsoluteUrl>sample string 11</FolderAbsoluteUrl>
<ItemLocation>sample string 6</ItemLocation>
<ListID>aaf1546d-ccb6-4e7e-99fc-1650615c6ba3</ListID>
<SiteID>3e65b1d6-5773-4e4c-8cd8-dd2c0f3fcdbb</SiteID>
<WebID>3d8b25ac-2b2e-4aa7-9f74-67fee715c447</WebID>
<EntityGuid>fc2f4be4-e28d-43a5-b1e5-bd3c6760b1d9</EntityGuid>
<EntityID>2</EntityID>
<EntityListID>4ed39693-5953-49b2-a725-2cc90c8f4301</EntityListID>
<EntityPath>sample string 4</EntityPath>
<LocationPath>sample string 5</LocationPath>
</JournalLocation>
<JournalLocation>
<BusinessModuleId>4dddf0f8-c207-4984-8c2d-dab5a320945e</BusinessModuleId>
<EntityId>9</EntityId>
<EntityTitle>sample string 7</EntityTitle>
<EntityUrl>sample string 10</EntityUrl>
<FolderAbsoluteUrl>sample string 11</FolderAbsoluteUrl>
<ItemLocation>sample string 6</ItemLocation>
<ListID>aaf1546d-ccb6-4e7e-99fc-1650615c6ba3</ListID>
<SiteID>3e65b1d6-5773-4e4c-8cd8-dd2c0f3fcdbb</SiteID>
<WebID>3d8b25ac-2b2e-4aa7-9f74-67fee715c447</WebID>
<EntityGuid>fc2f4be4-e28d-43a5-b1e5-bd3c6760b1d9</EntityGuid>
<EntityID>2</EntityID>
<EntityListID>4ed39693-5953-49b2-a725-2cc90c8f4301</EntityListID>
<EntityPath>sample string 4</EntityPath>
<LocationPath>sample string 5</LocationPath>
</JournalLocation>
</ArrayOfJournalLocation>