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": [
"25e6f49e-3a9d-48c8-bbb7-b977f51ed52d",
"7f240300-6b4f-4ef2-86fc-47576fe1be27"
],
"policyDatabaseIds": [
"20b83e98-c5ef-4d49-94a5-3b6a8ddaf623",
"e717a61a-12ab-4685-af91-91721e33bbae"
],
"objectDatabaseIds": [
"49c2e4c4-c987-41d5-8d9a-0741b3a01858",
"58dc3e8b-85c8-44fe-9f48-52544e034bb6"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2025-12-20T17:13:38.9166641-06:00",
"toDate": "2025-12-20T17:13:38.9166641-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-20T17:13:38.9166641-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>25e6f49e-3a9d-48c8-bbb7-b977f51ed52d</d2p1:guid>
<d2p1:guid>7f240300-6b4f-4ef2-86fc-47576fe1be27</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>49c2e4c4-c987-41d5-8d9a-0741b3a01858</d2p1:guid>
<d2p1:guid>58dc3e8b-85c8-44fe-9f48-52544e034bb6</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>20b83e98-c5ef-4d49-94a5-3b6a8ddaf623</d2p1:guid>
<d2p1:guid>e717a61a-12ab-4685-af91-91721e33bbae</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-20T17:13:38.9166641-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": "9d6ddb85-e5dd-417c-ad8b-40c49f99cf12",
"policyDatabaseId": "2cce904a-1168-4cea-83f8-49984475b8e1",
"objectDatabaseId": "23c3b594-71ba-486a-af44-a28b69f99b9f",
"tableName": "sample string 4",
"date": "2025-12-20T17:13:38.9322954-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "9d6ddb85-e5dd-417c-ad8b-40c49f99cf12",
"policyDatabaseId": "2cce904a-1168-4cea-83f8-49984475b8e1",
"objectDatabaseId": "23c3b594-71ba-486a-af44-a28b69f99b9f",
"tableName": "sample string 4",
"date": "2025-12-20T17:13:38.9322954-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-20T17:13:38.9322954-06:00</Date>
<InsuredDatabaseId>9d6ddb85-e5dd-417c-ad8b-40c49f99cf12</InsuredDatabaseId>
<ObjectDatabaseId>23c3b594-71ba-486a-af44-a28b69f99b9f</ObjectDatabaseId>
<PolicyDatabaseId>2cce904a-1168-4cea-83f8-49984475b8e1</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>e0635af9-8ee5-4431-a810-b5e642c5ce92</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2025-12-20T17:13:38.9322954-06:00</Date>
<InsuredDatabaseId>9d6ddb85-e5dd-417c-ad8b-40c49f99cf12</InsuredDatabaseId>
<ObjectDatabaseId>23c3b594-71ba-486a-af44-a28b69f99b9f</ObjectDatabaseId>
<PolicyDatabaseId>2cce904a-1168-4cea-83f8-49984475b8e1</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>e0635af9-8ee5-4431-a810-b5e642c5ce92</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>