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": "be857e4a-ae63-41e1-baab-9306fcd7c153",
"WebID": "43485b32-e23b-434b-9a44-74d0d166ea2d",
"ListID": "2142583d-cfb3-4e7a-9c70-7181322fd92d",
"FolderAbsoluteUrl": "sample string 2",
"EntityListID": "1dd8c274-fc55-4dda-bd78-205a70654388",
"EntityID": 4,
"EntityGuid": "617b52ff-0ded-478f-bdd2-1ff9056bab2a",
"EntityTitle": "sample string 6",
"EntityPath": "sample string 7",
"EntityUrl": "sample string 8",
"LocationPath": "sample string 9"
},
{
"ItemLocation": "sample string 1",
"SiteID": "be857e4a-ae63-41e1-baab-9306fcd7c153",
"WebID": "43485b32-e23b-434b-9a44-74d0d166ea2d",
"ListID": "2142583d-cfb3-4e7a-9c70-7181322fd92d",
"FolderAbsoluteUrl": "sample string 2",
"EntityListID": "1dd8c274-fc55-4dda-bd78-205a70654388",
"EntityID": 4,
"EntityGuid": "617b52ff-0ded-478f-bdd2-1ff9056bab2a",
"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>617b52ff-0ded-478f-bdd2-1ff9056bab2a</EntityGuid>
<EntityID>4</EntityID>
<EntityListID>1dd8c274-fc55-4dda-bd78-205a70654388</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>2142583d-cfb3-4e7a-9c70-7181322fd92d</ListID>
<LocationPath>sample string 9</LocationPath>
<SiteID>be857e4a-ae63-41e1-baab-9306fcd7c153</SiteID>
<WebID>43485b32-e23b-434b-9a44-74d0d166ea2d</WebID>
</JournalLocation>
<JournalLocation>
<EntityGuid>617b52ff-0ded-478f-bdd2-1ff9056bab2a</EntityGuid>
<EntityID>4</EntityID>
<EntityListID>1dd8c274-fc55-4dda-bd78-205a70654388</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>2142583d-cfb3-4e7a-9c70-7181322fd92d</ListID>
<LocationPath>sample string 9</LocationPath>
<SiteID>be857e4a-ae63-41e1-baab-9306fcd7c153</SiteID>
<WebID>43485b32-e23b-434b-9a44-74d0d166ea2d</WebID>
</JournalLocation>
</ArrayOfJournalLocation>