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": [
"48deb453-1bcc-483d-b2bd-c5c514699688",
"f0c1c9fb-c245-451b-8b1e-72596f8502ed"
],
"policyDatabaseIds": [
"7f5579cc-2d45-4ebb-912a-55430ab2ee7a",
"2de3b1a2-5f21-4916-a4d6-6f9c0f90dfd4"
],
"objectDatabaseIds": [
"572b11de-8b38-4e6e-aaaf-8a299cf29963",
"bf637492-9546-4f0b-adb5-bd3c74664e00"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2026-09-18T11:44:29.7216925-05:00",
"toDate": "2026-09-18T11:44:29.7216925-05: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>2026-09-18T11:44:29.7216925-05:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>48deb453-1bcc-483d-b2bd-c5c514699688</d2p1:guid>
<d2p1:guid>f0c1c9fb-c245-451b-8b1e-72596f8502ed</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>572b11de-8b38-4e6e-aaaf-8a299cf29963</d2p1:guid>
<d2p1:guid>bf637492-9546-4f0b-adb5-bd3c74664e00</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7f5579cc-2d45-4ebb-912a-55430ab2ee7a</d2p1:guid>
<d2p1:guid>2de3b1a2-5f21-4916-a4d6-6f9c0f90dfd4</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>2026-09-18T11:44:29.7216925-05: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": "0d212688-a162-47d3-bc7f-75bb81fa14bd",
"policyDatabaseId": "5f764284-b881-4253-b4ab-3eccd5496ce6",
"objectDatabaseId": "97910518-20cb-4430-9558-3dbb9d6a3ce5",
"tableName": "sample string 4",
"date": "2026-09-18T11:44:29.7373098-05:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "0d212688-a162-47d3-bc7f-75bb81fa14bd",
"policyDatabaseId": "5f764284-b881-4253-b4ab-3eccd5496ce6",
"objectDatabaseId": "97910518-20cb-4430-9558-3dbb9d6a3ce5",
"tableName": "sample string 4",
"date": "2026-09-18T11:44:29.7373098-05: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>2026-09-18T11:44:29.7373098-05:00</Date>
<InsuredDatabaseId>0d212688-a162-47d3-bc7f-75bb81fa14bd</InsuredDatabaseId>
<ObjectDatabaseId>97910518-20cb-4430-9558-3dbb9d6a3ce5</ObjectDatabaseId>
<PolicyDatabaseId>5f764284-b881-4253-b4ab-3eccd5496ce6</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>5388a0d3-a821-4502-af4d-7a370b1bb808</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2026-09-18T11:44:29.7373098-05:00</Date>
<InsuredDatabaseId>0d212688-a162-47d3-bc7f-75bb81fa14bd</InsuredDatabaseId>
<ObjectDatabaseId>97910518-20cb-4430-9558-3dbb9d6a3ce5</ObjectDatabaseId>
<PolicyDatabaseId>5f764284-b881-4253-b4ab-3eccd5496ce6</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>5388a0d3-a821-4502-af4d-7a370b1bb808</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>