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": [
"7e6a538b-333e-4b99-9837-c4acb9d93438",
"d18c2611-2f99-4b0e-b2e0-4a3badd7e08d"
],
"policyDatabaseIds": [
"c48f6893-b21c-4df7-8718-04a0519963c4",
"c0c231ea-712e-4af2-895f-bf3da2486134"
],
"objectDatabaseIds": [
"77ec2c77-52ed-49ee-b7d5-a5f08a608519",
"dbe07151-605e-4a5f-9925-0c9963341c8a"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2026-04-03T10:59:34.6320671-05:00",
"toDate": "2026-04-03T10:59:34.6320671-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-04-03T10:59:34.6320671-05:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>7e6a538b-333e-4b99-9837-c4acb9d93438</d2p1:guid>
<d2p1:guid>d18c2611-2f99-4b0e-b2e0-4a3badd7e08d</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>77ec2c77-52ed-49ee-b7d5-a5f08a608519</d2p1:guid>
<d2p1:guid>dbe07151-605e-4a5f-9925-0c9963341c8a</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c48f6893-b21c-4df7-8718-04a0519963c4</d2p1:guid>
<d2p1:guid>c0c231ea-712e-4af2-895f-bf3da2486134</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-04-03T10:59:34.6320671-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": "61556f33-9054-48df-8b35-e2b585cf58e1",
"policyDatabaseId": "eaaf5e67-0d79-456b-bae4-710aed3471e5",
"objectDatabaseId": "2362683c-2d81-4c5c-9d30-87becb856ddd",
"tableName": "sample string 4",
"date": "2026-04-03T10:59:34.6320671-05:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "61556f33-9054-48df-8b35-e2b585cf58e1",
"policyDatabaseId": "eaaf5e67-0d79-456b-bae4-710aed3471e5",
"objectDatabaseId": "2362683c-2d81-4c5c-9d30-87becb856ddd",
"tableName": "sample string 4",
"date": "2026-04-03T10:59:34.6320671-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-04-03T10:59:34.6320671-05:00</Date>
<InsuredDatabaseId>61556f33-9054-48df-8b35-e2b585cf58e1</InsuredDatabaseId>
<ObjectDatabaseId>2362683c-2d81-4c5c-9d30-87becb856ddd</ObjectDatabaseId>
<PolicyDatabaseId>eaaf5e67-0d79-456b-bae4-710aed3471e5</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>b1653ac0-8606-4fd8-b2af-6af93bb6d09e</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2026-04-03T10:59:34.6320671-05:00</Date>
<InsuredDatabaseId>61556f33-9054-48df-8b35-e2b585cf58e1</InsuredDatabaseId>
<ObjectDatabaseId>2362683c-2d81-4c5c-9d30-87becb856ddd</ObjectDatabaseId>
<PolicyDatabaseId>eaaf5e67-0d79-456b-bae4-710aed3471e5</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>b1653ac0-8606-4fd8-b2af-6af93bb6d09e</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>