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.JournalLocationName | 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": "74a788d5-5305-47c7-8744-57a3d100587e", "WebID": "2c91e287-f97d-4ab7-b10b-a83917ed3699", "ListID": "3f86b4c6-bc0c-4e47-af55-4f5f32b0979d", "FolderAbsoluteUrl": "sample string 2", "EntityListID": "e05b43c0-d25f-4bfd-853f-02287100d1a9", "EntityID": 4, "EntityGuid": "6f40aa74-93b7-4f23-8abf-2c9284b790ad", "EntityTitle": "sample string 6", "EntityPath": "sample string 7", "EntityUrl": "sample string 8", "LocationPath": "sample string 9" }, { "ItemLocation": "sample string 1", "SiteID": "74a788d5-5305-47c7-8744-57a3d100587e", "WebID": "2c91e287-f97d-4ab7-b10b-a83917ed3699", "ListID": "3f86b4c6-bc0c-4e47-af55-4f5f32b0979d", "FolderAbsoluteUrl": "sample string 2", "EntityListID": "e05b43c0-d25f-4bfd-853f-02287100d1a9", "EntityID": 4, "EntityGuid": "6f40aa74-93b7-4f23-8abf-2c9284b790ad", "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>6f40aa74-93b7-4f23-8abf-2c9284b790ad</EntityGuid> <EntityID>4</EntityID> <EntityListID>e05b43c0-d25f-4bfd-853f-02287100d1a9</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>3f86b4c6-bc0c-4e47-af55-4f5f32b0979d</ListID> <LocationPath>sample string 9</LocationPath> <SiteID>74a788d5-5305-47c7-8744-57a3d100587e</SiteID> <WebID>2c91e287-f97d-4ab7-b10b-a83917ed3699</WebID> </JournalLocation> <JournalLocation> <EntityGuid>6f40aa74-93b7-4f23-8abf-2c9284b790ad</EntityGuid> <EntityID>4</EntityID> <EntityListID>e05b43c0-d25f-4bfd-853f-02287100d1a9</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>3f86b4c6-bc0c-4e47-af55-4f5f32b0979d</ListID> <LocationPath>sample string 9</LocationPath> <SiteID>74a788d5-5305-47c7-8744-57a3d100587e</SiteID> <WebID>2c91e287-f97d-4ab7-b10b-a83917ed3699</WebID> </JournalLocation> </ArrayOfJournalLocation>