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": [
"6bdf1973-dc0b-4543-8492-af5226e21c2a",
"6390190f-6c95-40c6-8852-05e378b55860"
],
"policyDatabaseIds": [
"3e9bc9fe-ffbf-4307-9e8a-a938fabf60a7",
"86379791-24bd-4445-9b1e-469484b43b03"
],
"objectDatabaseIds": [
"6419874f-8e11-468b-b598-04ae77f9b3c2",
"52732d6a-c7ac-4ff7-9127-deb003b9e39f"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2026-08-24T04:03:43.7403443-05:00",
"toDate": "2026-08-24T04:03:43.7403443-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-08-24T04:03:43.7403443-05:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6bdf1973-dc0b-4543-8492-af5226e21c2a</d2p1:guid>
<d2p1:guid>6390190f-6c95-40c6-8852-05e378b55860</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6419874f-8e11-468b-b598-04ae77f9b3c2</d2p1:guid>
<d2p1:guid>52732d6a-c7ac-4ff7-9127-deb003b9e39f</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3e9bc9fe-ffbf-4307-9e8a-a938fabf60a7</d2p1:guid>
<d2p1:guid>86379791-24bd-4445-9b1e-469484b43b03</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-08-24T04:03:43.7403443-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": "acc042ea-31b0-4a30-afcf-66f3ad98e05b",
"policyDatabaseId": "320883a6-ecaa-484c-ae42-45602a6bac36",
"objectDatabaseId": "b6a1afa4-a1e4-431f-8940-12275d1f7c80",
"tableName": "sample string 4",
"date": "2026-08-24T04:03:43.7403443-05:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "acc042ea-31b0-4a30-afcf-66f3ad98e05b",
"policyDatabaseId": "320883a6-ecaa-484c-ae42-45602a6bac36",
"objectDatabaseId": "b6a1afa4-a1e4-431f-8940-12275d1f7c80",
"tableName": "sample string 4",
"date": "2026-08-24T04:03:43.7403443-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-08-24T04:03:43.7403443-05:00</Date>
<InsuredDatabaseId>acc042ea-31b0-4a30-afcf-66f3ad98e05b</InsuredDatabaseId>
<ObjectDatabaseId>b6a1afa4-a1e4-431f-8940-12275d1f7c80</ObjectDatabaseId>
<PolicyDatabaseId>320883a6-ecaa-484c-ae42-45602a6bac36</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>f8d531d1-357c-47a6-98ce-0313efaaf726</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2026-08-24T04:03:43.7403443-05:00</Date>
<InsuredDatabaseId>acc042ea-31b0-4a30-afcf-66f3ad98e05b</InsuredDatabaseId>
<ObjectDatabaseId>b6a1afa4-a1e4-431f-8940-12275d1f7c80</ObjectDatabaseId>
<PolicyDatabaseId>320883a6-ecaa-484c-ae42-45602a6bac36</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>f8d531d1-357c-47a6-98ce-0313efaaf726</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>