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": "c5de94bc-712c-432c-9c3d-9b6601021d28",
"EntityId": 4,
"SiteID": "ad7b7e4e-f8e5-4993-ba55-49c106d578a3",
"WebID": "8a23d0ac-b2f9-4182-bba9-92050f6dbe74",
"EntityUrl": "sample string 5",
"ListID": "3df253d4-5e21-4d15-8bb2-994dec2fec22",
"FolderAbsoluteUrl": "sample string 6"
},
{
"ItemLocation": "sample string 1",
"EntityTitle": "sample string 2",
"BusinessModuleId": "c5de94bc-712c-432c-9c3d-9b6601021d28",
"EntityId": 4,
"SiteID": "ad7b7e4e-f8e5-4993-ba55-49c106d578a3",
"WebID": "8a23d0ac-b2f9-4182-bba9-92050f6dbe74",
"EntityUrl": "sample string 5",
"ListID": "3df253d4-5e21-4d15-8bb2-994dec2fec22",
"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>c5de94bc-712c-432c-9c3d-9b6601021d28</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>3df253d4-5e21-4d15-8bb2-994dec2fec22</ListID>
<SiteID>ad7b7e4e-f8e5-4993-ba55-49c106d578a3</SiteID>
<WebID>8a23d0ac-b2f9-4182-bba9-92050f6dbe74</WebID>
</SimplifiedJournalLocation>
<SimplifiedJournalLocation>
<BusinessModuleId>c5de94bc-712c-432c-9c3d-9b6601021d28</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>3df253d4-5e21-4d15-8bb2-994dec2fec22</ListID>
<SiteID>ad7b7e4e-f8e5-4993-ba55-49c106d578a3</SiteID>
<WebID>8a23d0ac-b2f9-4182-bba9-92050f6dbe74</WebID>
</SimplifiedJournalLocation>
</ArrayOfSimplifiedJournalLocation>