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": [
"865f04b8-a9e5-4409-a458-c2d91eb80268",
"6e41a023-84de-4ae7-85d3-d75c22cccab3"
],
"policyDatabaseIds": [
"ff0e9b02-a9fc-4497-99f2-2f22f89f0d30",
"edb6823f-0c92-45f1-99e7-4a5c71b04749"
],
"objectDatabaseIds": [
"219f57eb-d740-457e-a834-42a5971dd1b6",
"21720f5f-2ffe-4a09-8853-264a5df62943"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2026-02-19T16:12:04.7398171-06:00",
"toDate": "2026-02-19T16:12:04.7398171-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-02-19T16:12:04.7398171-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>865f04b8-a9e5-4409-a458-c2d91eb80268</d2p1:guid>
<d2p1:guid>6e41a023-84de-4ae7-85d3-d75c22cccab3</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>219f57eb-d740-457e-a834-42a5971dd1b6</d2p1:guid>
<d2p1:guid>21720f5f-2ffe-4a09-8853-264a5df62943</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ff0e9b02-a9fc-4497-99f2-2f22f89f0d30</d2p1:guid>
<d2p1:guid>edb6823f-0c92-45f1-99e7-4a5c71b04749</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-02-19T16:12:04.7398171-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": "f2bf390c-ce7b-4ae1-bc86-1d9ae4c51f45",
"policyDatabaseId": "85fac8d8-1a29-4e00-ba3d-802bebda63f1",
"objectDatabaseId": "5cc2f295-f7f4-463d-9a26-5b180ade87a6",
"tableName": "sample string 4",
"date": "2026-02-19T16:12:04.7398171-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "f2bf390c-ce7b-4ae1-bc86-1d9ae4c51f45",
"policyDatabaseId": "85fac8d8-1a29-4e00-ba3d-802bebda63f1",
"objectDatabaseId": "5cc2f295-f7f4-463d-9a26-5b180ade87a6",
"tableName": "sample string 4",
"date": "2026-02-19T16:12:04.7398171-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-02-19T16:12:04.7398171-06:00</Date>
<InsuredDatabaseId>f2bf390c-ce7b-4ae1-bc86-1d9ae4c51f45</InsuredDatabaseId>
<ObjectDatabaseId>5cc2f295-f7f4-463d-9a26-5b180ade87a6</ObjectDatabaseId>
<PolicyDatabaseId>85fac8d8-1a29-4e00-ba3d-802bebda63f1</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>2a2ccc6a-2246-49a5-9e0f-a51abc4b0e68</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2026-02-19T16:12:04.7398171-06:00</Date>
<InsuredDatabaseId>f2bf390c-ce7b-4ae1-bc86-1d9ae4c51f45</InsuredDatabaseId>
<ObjectDatabaseId>5cc2f295-f7f4-463d-9a26-5b180ade87a6</ObjectDatabaseId>
<PolicyDatabaseId>85fac8d8-1a29-4e00-ba3d-802bebda63f1</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>2a2ccc6a-2246-49a5-9e0f-a51abc4b0e68</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>