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": [
"b90dfee3-fd82-47cc-87fa-55760512dccd",
"bb4ab367-9d04-442c-a73b-fbb0031f41db"
],
"policyDatabaseIds": [
"26f6f8ca-c0cb-48b1-8aa5-7d0bdd8fd277",
"9919d4d1-22b8-492a-9155-d5b2c5e38565"
],
"objectDatabaseIds": [
"30a69e4e-57b2-4a55-b088-544279658b32",
"c3626bdd-8840-4311-9684-99a5c2f1b00b"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2025-12-23T12:20:59.125604-06:00",
"toDate": "2025-12-23T12:20:59.125604-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-23T12:20:59.125604-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b90dfee3-fd82-47cc-87fa-55760512dccd</d2p1:guid>
<d2p1:guid>bb4ab367-9d04-442c-a73b-fbb0031f41db</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>30a69e4e-57b2-4a55-b088-544279658b32</d2p1:guid>
<d2p1:guid>c3626bdd-8840-4311-9684-99a5c2f1b00b</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>26f6f8ca-c0cb-48b1-8aa5-7d0bdd8fd277</d2p1:guid>
<d2p1:guid>9919d4d1-22b8-492a-9155-d5b2c5e38565</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-23T12:20:59.125604-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": "cf0fc423-e608-4439-8dff-cfee3e5b082f",
"policyDatabaseId": "bc476474-ef7d-43dc-a49b-31a5372a5f8d",
"objectDatabaseId": "3179e2b1-aaf7-4766-8fca-5e4eb6c3c4bb",
"tableName": "sample string 4",
"date": "2025-12-23T12:20:59.1412337-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "cf0fc423-e608-4439-8dff-cfee3e5b082f",
"policyDatabaseId": "bc476474-ef7d-43dc-a49b-31a5372a5f8d",
"objectDatabaseId": "3179e2b1-aaf7-4766-8fca-5e4eb6c3c4bb",
"tableName": "sample string 4",
"date": "2025-12-23T12:20:59.1412337-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-23T12:20:59.1412337-06:00</Date>
<InsuredDatabaseId>cf0fc423-e608-4439-8dff-cfee3e5b082f</InsuredDatabaseId>
<ObjectDatabaseId>3179e2b1-aaf7-4766-8fca-5e4eb6c3c4bb</ObjectDatabaseId>
<PolicyDatabaseId>bc476474-ef7d-43dc-a49b-31a5372a5f8d</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>fde37cac-eed4-4e8f-8604-9b79327d1c82</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2025-12-23T12:20:59.1412337-06:00</Date>
<InsuredDatabaseId>cf0fc423-e608-4439-8dff-cfee3e5b082f</InsuredDatabaseId>
<ObjectDatabaseId>3179e2b1-aaf7-4766-8fca-5e4eb6c3c4bb</ObjectDatabaseId>
<PolicyDatabaseId>bc476474-ef7d-43dc-a49b-31a5372a5f8d</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>fde37cac-eed4-4e8f-8604-9b79327d1c82</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>