GET api/JournalLocations?messageId={messageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| messageId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPoint365.WebAPI.Model.SimplifiedJournalLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"ItemLocation": "sample string 1",
"EntityTitle": "sample string 2",
"BusinessModuleId": "ed57dced-20a5-4839-bf8d-b630ff2228cc",
"EntityId": 4,
"SiteID": "699d328d-13c9-4ff9-be5e-2e523d70e6fa",
"WebID": "290422fa-26a7-4287-bf5c-4a3a0040e16d",
"EntityUrl": "sample string 5",
"ListID": "918809ae-859f-4cf4-82c7-539b66c4f02b",
"FolderAbsoluteUrl": "sample string 6"
},
{
"ItemLocation": "sample string 1",
"EntityTitle": "sample string 2",
"BusinessModuleId": "ed57dced-20a5-4839-bf8d-b630ff2228cc",
"EntityId": 4,
"SiteID": "699d328d-13c9-4ff9-be5e-2e523d70e6fa",
"WebID": "290422fa-26a7-4287-bf5c-4a3a0040e16d",
"EntityUrl": "sample string 5",
"ListID": "918809ae-859f-4cf4-82c7-539b66c4f02b",
"FolderAbsoluteUrl": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfSimplifiedJournalLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model">
<SimplifiedJournalLocation>
<BusinessModuleId>ed57dced-20a5-4839-bf8d-b630ff2228cc</BusinessModuleId>
<EntityId>4</EntityId>
<EntityTitle>sample string 2</EntityTitle>
<EntityUrl>sample string 5</EntityUrl>
<FolderAbsoluteUrl>sample string 6</FolderAbsoluteUrl>
<ItemLocation>sample string 1</ItemLocation>
<ListID>918809ae-859f-4cf4-82c7-539b66c4f02b</ListID>
<SiteID>699d328d-13c9-4ff9-be5e-2e523d70e6fa</SiteID>
<WebID>290422fa-26a7-4287-bf5c-4a3a0040e16d</WebID>
</SimplifiedJournalLocation>
<SimplifiedJournalLocation>
<BusinessModuleId>ed57dced-20a5-4839-bf8d-b630ff2228cc</BusinessModuleId>
<EntityId>4</EntityId>
<EntityTitle>sample string 2</EntityTitle>
<EntityUrl>sample string 5</EntityUrl>
<FolderAbsoluteUrl>sample string 6</FolderAbsoluteUrl>
<ItemLocation>sample string 1</ItemLocation>
<ListID>918809ae-859f-4cf4-82c7-539b66c4f02b</ListID>
<SiteID>699d328d-13c9-4ff9-be5e-2e523d70e6fa</SiteID>
<WebID>290422fa-26a7-4287-bf5c-4a3a0040e16d</WebID>
</SimplifiedJournalLocation>
</ArrayOfSimplifiedJournalLocation>