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": [
"1ad53856-a434-4c10-9bc9-208d83f06ea9",
"113fe00f-da3f-441c-b90c-d298e42c5a50"
],
"policyDatabaseIds": [
"ed99e667-d6b1-42ff-9a3c-28212e9b94ae",
"8f09f4d7-5fe5-49ca-8e35-e18141231ec5"
],
"objectDatabaseIds": [
"6e3a33a3-904a-4b91-b326-fdf44e601472",
"b300010c-761f-4110-a81c-35ec5f46ec86"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2026-01-12T10:47:56.4944244-06:00",
"toDate": "2026-01-12T10:47:56.4944244-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>2026-01-12T10:47:56.4944244-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1ad53856-a434-4c10-9bc9-208d83f06ea9</d2p1:guid>
<d2p1:guid>113fe00f-da3f-441c-b90c-d298e42c5a50</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6e3a33a3-904a-4b91-b326-fdf44e601472</d2p1:guid>
<d2p1:guid>b300010c-761f-4110-a81c-35ec5f46ec86</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ed99e667-d6b1-42ff-9a3c-28212e9b94ae</d2p1:guid>
<d2p1:guid>8f09f4d7-5fe5-49ca-8e35-e18141231ec5</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-01-12T10:47:56.4944244-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": "4be8621e-44e3-4428-8b97-b4fd673cb7cd",
"policyDatabaseId": "86981725-df32-4a7c-a07e-9be319ea7f2e",
"objectDatabaseId": "428d0882-b8ea-4059-a456-1fb95d7070a6",
"tableName": "sample string 4",
"date": "2026-01-12T10:47:56.5100197-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "4be8621e-44e3-4428-8b97-b4fd673cb7cd",
"policyDatabaseId": "86981725-df32-4a7c-a07e-9be319ea7f2e",
"objectDatabaseId": "428d0882-b8ea-4059-a456-1fb95d7070a6",
"tableName": "sample string 4",
"date": "2026-01-12T10:47:56.5100197-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>2026-01-12T10:47:56.5100197-06:00</Date>
<InsuredDatabaseId>4be8621e-44e3-4428-8b97-b4fd673cb7cd</InsuredDatabaseId>
<ObjectDatabaseId>428d0882-b8ea-4059-a456-1fb95d7070a6</ObjectDatabaseId>
<PolicyDatabaseId>86981725-df32-4a7c-a07e-9be319ea7f2e</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>34d20da0-0497-4be0-84f7-b375405af7b4</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2026-01-12T10:47:56.5100197-06:00</Date>
<InsuredDatabaseId>4be8621e-44e3-4428-8b97-b4fd673cb7cd</InsuredDatabaseId>
<ObjectDatabaseId>428d0882-b8ea-4059-a456-1fb95d7070a6</ObjectDatabaseId>
<PolicyDatabaseId>86981725-df32-4a7c-a07e-9be319ea7f2e</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>34d20da0-0497-4be0-84f7-b375405af7b4</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>