GET api/Client_Forensic_History/GetClient_Forensic_History
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Client_Forensic_HistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Contact_With_Police_Forensic_History | string |
None. |
|
| ClientID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Contact_With_Police_Forensic_History": "sample string 2",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:16:59.2563717+01:00",
"UpdatedDate": "2026-06-30T14:16:59.2563717+01:00",
"CreatedBy": 1,
"UpdatedBy": 1
},
{
"ID": 1,
"Contact_With_Police_Forensic_History": "sample string 2",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:16:59.2563717+01:00",
"UpdatedDate": "2026-06-30T14:16:59.2563717+01:00",
"CreatedBy": 1,
"UpdatedBy": 1
}
]
text/xml
Sample:
<ArrayOfClient_Forensic_HistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
<Client_Forensic_HistoryModel>
<ClientID>1</ClientID>
<Contact_With_Police_Forensic_History>sample string 2</Contact_With_Police_Forensic_History>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-06-30T14:16:59.2563717+01:00</CreatedDate>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:16:59.2563717+01:00</UpdatedDate>
</Client_Forensic_HistoryModel>
<Client_Forensic_HistoryModel>
<ClientID>1</ClientID>
<Contact_With_Police_Forensic_History>sample string 2</Contact_With_Police_Forensic_History>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-06-30T14:16:59.2563717+01:00</CreatedDate>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:16:59.2563717+01:00</UpdatedDate>
</Client_Forensic_HistoryModel>
</ArrayOfClient_Forensic_HistoryModel>