POST api/Activities/GetViewHistory
Request Information
URI Parameters
None.
Body Parameters
ViewHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredDatabaseIds | Collection of globally unique identifier |
None. |
|
| PolicyDatabaseIds | Collection of globally unique identifier |
None. |
|
| ObjectDatabaseIds | Collection of globally unique identifier |
None. |
|
| UserEmails | Collection of string |
None. |
|
| TableNames | Collection of string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Skip | integer |
None. |
|
| Top | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"insuredDatabaseIds": [
"6ce9cfbd-1fca-4e35-9f37-09e0e3cb854e",
"429bdfc3-8051-4ac3-810b-55f4732632f6"
],
"policyDatabaseIds": [
"a043d964-fd67-47d7-8734-0156f42348f3",
"144b6d1f-81df-4d57-9d1e-399459d9ff17"
],
"objectDatabaseIds": [
"ae6bdaa6-70f6-4dbd-87dc-1e399eb533f1",
"b48083e0-5400-4dbe-8f67-b8b1d85395c4"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2025-12-28T23:48:10.6462968-06:00",
"toDate": "2025-12-28T23:48:10.6462968-06:00",
"skip": 1,
"top": 1
}
application/xml, text/xml
Sample:
<ViewHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsHistories.Histories">
<FromDate>2025-12-28T23:48:10.6462968-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6ce9cfbd-1fca-4e35-9f37-09e0e3cb854e</d2p1:guid>
<d2p1:guid>429bdfc3-8051-4ac3-810b-55f4732632f6</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ae6bdaa6-70f6-4dbd-87dc-1e399eb533f1</d2p1:guid>
<d2p1:guid>b48083e0-5400-4dbe-8f67-b8b1d85395c4</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a043d964-fd67-47d7-8734-0156f42348f3</d2p1:guid>
<d2p1:guid>144b6d1f-81df-4d57-9d1e-399459d9ff17</d2p1:guid>
</PolicyDatabaseIds>
<Skip>1</Skip>
<TableNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</TableNames>
<ToDate>2025-12-28T23:48:10.6462968-06:00</ToDate>
<Top>1</Top>
<UserEmails xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserEmails>
</ViewHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ViewHistoryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserEmail | string |
None. |
|
| InsuredDatabaseId | globally unique identifier |
None. |
|
| PolicyDatabaseId | globally unique identifier |
None. |
|
| ObjectDatabaseId | globally unique identifier |
None. |
|
| TableName | string |
None. |
|
| Date | date |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userEmail": "sample string 2",
"insuredDatabaseId": "5e669b69-bd73-4968-94da-8be560b26d9d",
"policyDatabaseId": "98b585f5-3c5e-4204-80a6-f7044521eb03",
"objectDatabaseId": "fcb47ab3-28d1-4ebf-ae6a-37cfdcbdeb9b",
"tableName": "sample string 4",
"date": "2025-12-28T23:48:10.6462968-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "5e669b69-bd73-4968-94da-8be560b26d9d",
"policyDatabaseId": "98b585f5-3c5e-4204-80a6-f7044521eb03",
"objectDatabaseId": "fcb47ab3-28d1-4ebf-ae6a-37cfdcbdeb9b",
"tableName": "sample string 4",
"date": "2025-12-28T23:48:10.6462968-06:00",
"url": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfViewHistoryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsHistories.Histories">
<ViewHistoryResponse>
<Date>2025-12-28T23:48:10.6462968-06:00</Date>
<InsuredDatabaseId>5e669b69-bd73-4968-94da-8be560b26d9d</InsuredDatabaseId>
<ObjectDatabaseId>fcb47ab3-28d1-4ebf-ae6a-37cfdcbdeb9b</ObjectDatabaseId>
<PolicyDatabaseId>98b585f5-3c5e-4204-80a6-f7044521eb03</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>e5ddd809-687f-45ba-9ace-29624ffc78c7</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2025-12-28T23:48:10.6462968-06:00</Date>
<InsuredDatabaseId>5e669b69-bd73-4968-94da-8be560b26d9d</InsuredDatabaseId>
<ObjectDatabaseId>fcb47ab3-28d1-4ebf-ae6a-37cfdcbdeb9b</ObjectDatabaseId>
<PolicyDatabaseId>98b585f5-3c5e-4204-80a6-f7044521eb03</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>e5ddd809-687f-45ba-9ace-29624ffc78c7</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>