GET api/Client_Risk_Assessment_ReviewModel/GetClient_Risk_Assessment_ReviewModel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Client_Risk_Assessment_ReviewModel
NameDescriptionTypeAdditional information
ID

integer

None.

UpdateNote

string

None.

RiskID

integer

None.

UserID

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

SignaturePath

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "UpdateNote": "sample string 2",
    "RiskID": 1,
    "UserID": 1,
    "IsActive": true,
    "IsDeleted": true,
    "CreatedDate": "2026-06-30T14:17:15.0124533+01:00",
    "UpdatedDate": "2026-06-30T14:17:15.0124533+01:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "SignaturePath": "sample string 3"
  },
  {
    "ID": 1,
    "UpdateNote": "sample string 2",
    "RiskID": 1,
    "UserID": 1,
    "IsActive": true,
    "IsDeleted": true,
    "CreatedDate": "2026-06-30T14:17:15.0124533+01:00",
    "UpdatedDate": "2026-06-30T14:17:15.0124533+01:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "SignaturePath": "sample string 3"
  }
]

text/xml

Sample:
<ArrayOfClient_Risk_Assessment_ReviewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <Client_Risk_Assessment_ReviewModel>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:17:15.0124533+01:00</CreatedDate>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <RiskID>1</RiskID>
    <SignaturePath>sample string 3</SignaturePath>
    <UpdateNote>sample string 2</UpdateNote>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:17:15.0124533+01:00</UpdatedDate>
    <UserID>1</UserID>
  </Client_Risk_Assessment_ReviewModel>
  <Client_Risk_Assessment_ReviewModel>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:17:15.0124533+01:00</CreatedDate>
    <ID>1</ID>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <RiskID>1</RiskID>
    <SignaturePath>sample string 3</SignaturePath>
    <UpdateNote>sample string 2</UpdateNote>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:17:15.0124533+01:00</UpdatedDate>
    <UserID>1</UserID>
  </Client_Risk_Assessment_ReviewModel>
</ArrayOfClient_Risk_Assessment_ReviewModel>