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": [
"9c6bb6a0-5d20-48a9-a35a-c54b23645dc7",
"2c34d5c7-e352-448c-83d8-9f27feea5f02"
],
"policyDatabaseIds": [
"89b2c990-5e9d-4460-8dcd-0a2478e35cd6",
"9013fabe-8e72-43a2-8cd9-df535897b1fa"
],
"objectDatabaseIds": [
"c244ffad-744a-4bbe-b426-d1716970080d",
"0a1b61ea-74f3-42ff-9246-36e29520ee55"
],
"userEmails": [
"sample string 1",
"sample string 2"
],
"tableNames": [
"sample string 1",
"sample string 2"
],
"fromDate": "2025-11-21T05:17:14.2005531-06:00",
"toDate": "2025-11-21T05:17:14.2005531-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-11-21T05:17:14.2005531-06:00</FromDate>
<InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9c6bb6a0-5d20-48a9-a35a-c54b23645dc7</d2p1:guid>
<d2p1:guid>2c34d5c7-e352-448c-83d8-9f27feea5f02</d2p1:guid>
</InsuredDatabaseIds>
<ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c244ffad-744a-4bbe-b426-d1716970080d</d2p1:guid>
<d2p1:guid>0a1b61ea-74f3-42ff-9246-36e29520ee55</d2p1:guid>
</ObjectDatabaseIds>
<PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>89b2c990-5e9d-4460-8dcd-0a2478e35cd6</d2p1:guid>
<d2p1:guid>9013fabe-8e72-43a2-8cd9-df535897b1fa</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-11-21T05:17:14.2005531-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": "3a3ea0b7-46be-48d5-be15-d0e11c2eb88f",
"policyDatabaseId": "217a0dba-bd8e-4e4a-a4d9-a69ac5d5de4a",
"objectDatabaseId": "48a5ed36-c2d0-4c55-801a-ed19db90c3d4",
"tableName": "sample string 4",
"date": "2025-11-21T05:17:14.2161791-06:00",
"url": "sample string 5"
},
{
"userEmail": "sample string 2",
"insuredDatabaseId": "3a3ea0b7-46be-48d5-be15-d0e11c2eb88f",
"policyDatabaseId": "217a0dba-bd8e-4e4a-a4d9-a69ac5d5de4a",
"objectDatabaseId": "48a5ed36-c2d0-4c55-801a-ed19db90c3d4",
"tableName": "sample string 4",
"date": "2025-11-21T05:17:14.2161791-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-11-21T05:17:14.2161791-06:00</Date>
<InsuredDatabaseId>3a3ea0b7-46be-48d5-be15-d0e11c2eb88f</InsuredDatabaseId>
<ObjectDatabaseId>48a5ed36-c2d0-4c55-801a-ed19db90c3d4</ObjectDatabaseId>
<PolicyDatabaseId>217a0dba-bd8e-4e4a-a4d9-a69ac5d5de4a</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>eacf5ecb-f96e-4896-adaf-2d0d07a75609</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
<ViewHistoryResponse>
<Date>2025-11-21T05:17:14.2161791-06:00</Date>
<InsuredDatabaseId>3a3ea0b7-46be-48d5-be15-d0e11c2eb88f</InsuredDatabaseId>
<ObjectDatabaseId>48a5ed36-c2d0-4c55-801a-ed19db90c3d4</ObjectDatabaseId>
<PolicyDatabaseId>217a0dba-bd8e-4e4a-a4d9-a69ac5d5de4a</PolicyDatabaseId>
<TableName>sample string 4</TableName>
<Url>sample string 5</Url>
<UserDatabaseId>eacf5ecb-f96e-4896-adaf-2d0d07a75609</UserDatabaseId>
<UserEmail>sample string 2</UserEmail>
</ViewHistoryResponse>
</ArrayOfViewHistoryResponse>