GET api/AssessmentResponseApproval?projectRuntimeID={projectRuntimeID}&assetID={assetID}&assessmentStateID={assessmentStateID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectRuntimeID

globally unique identifier

Required

assetID

globally unique identifier

Required

assessmentStateID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

CustomAssessmentDetailApproval
NameDescriptionTypeAdditional information
Comment

string

None.

IsRatingRequired

boolean

None.

AssessmentResponseMasterID

globally unique identifier

None.

Action

string

None.

Details

Collection of CustomAssessmentDetail

None.

Response Formats

application/json, text/json

Sample:
{
  "Comment": "sample string 1",
  "IsRatingRequired": true,
  "AssessmentResponseMasterID": "3a2fe8ac-82b7-4052-b60b-843e53921330",
  "Action": "sample string 4",
  "Details": [
    {
      "ClientAssessmentResponseDetailsID": "bb37160f-9864-4f87-bee4-366b9c1f1fc4",
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "IsFile": true,
      "Status": "sample string 5",
      "Comment": "sample string 6",
      "SerialNumber": 7,
      "RiskRating": 1,
      "Recommendation": "sample string 8",
      "IsCompliant": true,
      "History": [
        {
          "ClientAssessmentResponeReviewHistoryID": "4540ca78-47c4-4b89-9eff-c7139ca36d2f",
          "Answer": "sample string 2",
          "ReviewDateTime": "2024-12-29T09:52:00.2971468+00:00",
          "ReviewerID": "23d72f89-e28f-4e35-a5e8-39caf3934f71",
          "ReviewerName": "sample string 5",
          "ReviewerComment": "sample string 6"
        },
        {
          "ClientAssessmentResponeReviewHistoryID": "4540ca78-47c4-4b89-9eff-c7139ca36d2f",
          "Answer": "sample string 2",
          "ReviewDateTime": "2024-12-29T09:52:00.2971468+00:00",
          "ReviewerID": "23d72f89-e28f-4e35-a5e8-39caf3934f71",
          "ReviewerName": "sample string 5",
          "ReviewerComment": "sample string 6"
        }
      ]
    },
    {
      "ClientAssessmentResponseDetailsID": "bb37160f-9864-4f87-bee4-366b9c1f1fc4",
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "IsFile": true,
      "Status": "sample string 5",
      "Comment": "sample string 6",
      "SerialNumber": 7,
      "RiskRating": 1,
      "Recommendation": "sample string 8",
      "IsCompliant": true,
      "History": [
        {
          "ClientAssessmentResponeReviewHistoryID": "4540ca78-47c4-4b89-9eff-c7139ca36d2f",
          "Answer": "sample string 2",
          "ReviewDateTime": "2024-12-29T09:52:00.2971468+00:00",
          "ReviewerID": "23d72f89-e28f-4e35-a5e8-39caf3934f71",
          "ReviewerName": "sample string 5",
          "ReviewerComment": "sample string 6"
        },
        {
          "ClientAssessmentResponeReviewHistoryID": "4540ca78-47c4-4b89-9eff-c7139ca36d2f",
          "Answer": "sample string 2",
          "ReviewDateTime": "2024-12-29T09:52:00.2971468+00:00",
          "ReviewerID": "23d72f89-e28f-4e35-a5e8-39caf3934f71",
          "ReviewerName": "sample string 5",
          "ReviewerComment": "sample string 6"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<CustomAssessmentDetailApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <Action>sample string 4</Action>
  <AssessmentResponseMasterID>3a2fe8ac-82b7-4052-b60b-843e53921330</AssessmentResponseMasterID>
  <Comment>sample string 1</Comment>
  <Details>
    <CustomAssessmentDetail>
      <Answer>sample string 3</Answer>
      <ClientAssessmentResponseDetailsID>bb37160f-9864-4f87-bee4-366b9c1f1fc4</ClientAssessmentResponseDetailsID>
      <Comment>sample string 6</Comment>
      <History>
        <CustomAssessmentReviewHistory>
          <Answer>sample string 2</Answer>
          <ClientAssessmentResponeReviewHistoryID>4540ca78-47c4-4b89-9eff-c7139ca36d2f</ClientAssessmentResponeReviewHistoryID>
          <ReviewDateTime>2024-12-29T09:52:00.2971468+00:00</ReviewDateTime>
          <ReviewerComment>sample string 6</ReviewerComment>
          <ReviewerID>23d72f89-e28f-4e35-a5e8-39caf3934f71</ReviewerID>
          <ReviewerName>sample string 5</ReviewerName>
        </CustomAssessmentReviewHistory>
        <CustomAssessmentReviewHistory>
          <Answer>sample string 2</Answer>
          <ClientAssessmentResponeReviewHistoryID>4540ca78-47c4-4b89-9eff-c7139ca36d2f</ClientAssessmentResponeReviewHistoryID>
          <ReviewDateTime>2024-12-29T09:52:00.2971468+00:00</ReviewDateTime>
          <ReviewerComment>sample string 6</ReviewerComment>
          <ReviewerID>23d72f89-e28f-4e35-a5e8-39caf3934f71</ReviewerID>
          <ReviewerName>sample string 5</ReviewerName>
        </CustomAssessmentReviewHistory>
      </History>
      <IsCompliant>true</IsCompliant>
      <IsFile>true</IsFile>
      <Question>sample string 2</Question>
      <Recommendation>sample string 8</Recommendation>
      <RiskRating>1</RiskRating>
      <SerialNumber>7</SerialNumber>
      <Status>sample string 5</Status>
    </CustomAssessmentDetail>
    <CustomAssessmentDetail>
      <Answer>sample string 3</Answer>
      <ClientAssessmentResponseDetailsID>bb37160f-9864-4f87-bee4-366b9c1f1fc4</ClientAssessmentResponseDetailsID>
      <Comment>sample string 6</Comment>
      <History>
        <CustomAssessmentReviewHistory>
          <Answer>sample string 2</Answer>
          <ClientAssessmentResponeReviewHistoryID>4540ca78-47c4-4b89-9eff-c7139ca36d2f</ClientAssessmentResponeReviewHistoryID>
          <ReviewDateTime>2024-12-29T09:52:00.2971468+00:00</ReviewDateTime>
          <ReviewerComment>sample string 6</ReviewerComment>
          <ReviewerID>23d72f89-e28f-4e35-a5e8-39caf3934f71</ReviewerID>
          <ReviewerName>sample string 5</ReviewerName>
        </CustomAssessmentReviewHistory>
        <CustomAssessmentReviewHistory>
          <Answer>sample string 2</Answer>
          <ClientAssessmentResponeReviewHistoryID>4540ca78-47c4-4b89-9eff-c7139ca36d2f</ClientAssessmentResponeReviewHistoryID>
          <ReviewDateTime>2024-12-29T09:52:00.2971468+00:00</ReviewDateTime>
          <ReviewerComment>sample string 6</ReviewerComment>
          <ReviewerID>23d72f89-e28f-4e35-a5e8-39caf3934f71</ReviewerID>
          <ReviewerName>sample string 5</ReviewerName>
        </CustomAssessmentReviewHistory>
      </History>
      <IsCompliant>true</IsCompliant>
      <IsFile>true</IsFile>
      <Question>sample string 2</Question>
      <Recommendation>sample string 8</Recommendation>
      <RiskRating>1</RiskRating>
      <SerialNumber>7</SerialNumber>
      <Status>sample string 5</Status>
    </CustomAssessmentDetail>
  </Details>
  <IsRatingRequired>true</IsRatingRequired>
</CustomAssessmentDetailApproval>