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": "63295821-3b3e-4e10-aeab-02edd8a1d743",
"EntityId": 4,
"SiteID": "37bff0db-d82d-48f4-8c40-5895cc6f5c42",
"WebID": "053e5fc9-0552-460b-8552-d4733a2215da",
"EntityUrl": "sample string 5",
"ListID": "adaaeedd-6621-47fa-9124-2c3713e8ad8b",
"FolderAbsoluteUrl": "sample string 6"
},
{
"ItemLocation": "sample string 1",
"EntityTitle": "sample string 2",
"BusinessModuleId": "63295821-3b3e-4e10-aeab-02edd8a1d743",
"EntityId": 4,
"SiteID": "37bff0db-d82d-48f4-8c40-5895cc6f5c42",
"WebID": "053e5fc9-0552-460b-8552-d4733a2215da",
"EntityUrl": "sample string 5",
"ListID": "adaaeedd-6621-47fa-9124-2c3713e8ad8b",
"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>63295821-3b3e-4e10-aeab-02edd8a1d743</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>adaaeedd-6621-47fa-9124-2c3713e8ad8b</ListID>
<SiteID>37bff0db-d82d-48f4-8c40-5895cc6f5c42</SiteID>
<WebID>053e5fc9-0552-460b-8552-d4733a2215da</WebID>
</SimplifiedJournalLocation>
<SimplifiedJournalLocation>
<BusinessModuleId>63295821-3b3e-4e10-aeab-02edd8a1d743</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>adaaeedd-6621-47fa-9124-2c3713e8ad8b</ListID>
<SiteID>37bff0db-d82d-48f4-8c40-5895cc6f5c42</SiteID>
<WebID>053e5fc9-0552-460b-8552-d4733a2215da</WebID>
</SimplifiedJournalLocation>
</ArrayOfSimplifiedJournalLocation>