POST api/Activities/GetViewHistory
Request Information
URI Parameters
None.
Body Parameters
ViewHistoryRequestName | 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": [ "58764b83-f56f-4b23-9718-d575f9e8915d", "5c053f62-d080-428e-a0d8-5e98dd7cfcda" ], "policyDatabaseIds": [ "27a1f234-ea54-4e98-b8a6-33c8d2adb9e5", "800795d4-f77b-4e35-b1d6-08975a0d342f" ], "objectDatabaseIds": [ "464a4105-eb01-4b43-a0f2-fee5ebba34a7", "a5f4b47f-c810-4bd5-ac7b-ef0117dc8f4e" ], "userEmails": [ "sample string 1", "sample string 2" ], "tableNames": [ "sample string 1", "sample string 2" ], "fromDate": "2025-05-09T06:17:06.2902383-05:00", "toDate": "2025-05-09T06:17:06.2902383-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>2025-05-09T06:17:06.2902383-05:00</FromDate> <InsuredDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>58764b83-f56f-4b23-9718-d575f9e8915d</d2p1:guid> <d2p1:guid>5c053f62-d080-428e-a0d8-5e98dd7cfcda</d2p1:guid> </InsuredDatabaseIds> <ObjectDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>464a4105-eb01-4b43-a0f2-fee5ebba34a7</d2p1:guid> <d2p1:guid>a5f4b47f-c810-4bd5-ac7b-ef0117dc8f4e</d2p1:guid> </ObjectDatabaseIds> <PolicyDatabaseIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>27a1f234-ea54-4e98-b8a6-33c8d2adb9e5</d2p1:guid> <d2p1:guid>800795d4-f77b-4e35-b1d6-08975a0d342f</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-05-09T06:17:06.2902383-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 ViewHistoryResponseName | 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": "44e72003-eb38-483a-9f86-72f99c0fd238", "policyDatabaseId": "1b6beefc-022e-4a84-bfad-e6692747f402", "objectDatabaseId": "1af67ec4-fe3e-46e6-b4aa-5338c2d9e9c7", "tableName": "sample string 4", "date": "2025-05-09T06:17:06.3058666-05:00", "url": "sample string 5" }, { "userEmail": "sample string 2", "insuredDatabaseId": "44e72003-eb38-483a-9f86-72f99c0fd238", "policyDatabaseId": "1b6beefc-022e-4a84-bfad-e6692747f402", "objectDatabaseId": "1af67ec4-fe3e-46e6-b4aa-5338c2d9e9c7", "tableName": "sample string 4", "date": "2025-05-09T06:17:06.3058666-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>2025-05-09T06:17:06.3058666-05:00</Date> <InsuredDatabaseId>44e72003-eb38-483a-9f86-72f99c0fd238</InsuredDatabaseId> <ObjectDatabaseId>1af67ec4-fe3e-46e6-b4aa-5338c2d9e9c7</ObjectDatabaseId> <PolicyDatabaseId>1b6beefc-022e-4a84-bfad-e6692747f402</PolicyDatabaseId> <TableName>sample string 4</TableName> <Url>sample string 5</Url> <UserDatabaseId>636acb33-721c-4b14-8f81-0112429143e7</UserDatabaseId> <UserEmail>sample string 2</UserEmail> </ViewHistoryResponse> <ViewHistoryResponse> <Date>2025-05-09T06:17:06.3058666-05:00</Date> <InsuredDatabaseId>44e72003-eb38-483a-9f86-72f99c0fd238</InsuredDatabaseId> <ObjectDatabaseId>1af67ec4-fe3e-46e6-b4aa-5338c2d9e9c7</ObjectDatabaseId> <PolicyDatabaseId>1b6beefc-022e-4a84-bfad-e6692747f402</PolicyDatabaseId> <TableName>sample string 4</TableName> <Url>sample string 5</Url> <UserDatabaseId>636acb33-721c-4b14-8f81-0112429143e7</UserDatabaseId> <UserEmail>sample string 2</UserEmail> </ViewHistoryResponse> </ArrayOfViewHistoryResponse>