POST api/CreateAssessmentResponse?assessmentID={assessmentID}&assetID={assetID}&projectRuntimeID={projectRuntimeID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assessmentID | globally unique identifier |
Required |
|
assetID | globally unique identifier |
Required |
|
projectRuntimeID | globally unique identifier |
Required |
Body Parameters
CustomAssessmentResponseBotName | Description | Type | Additional information |
---|---|---|---|
AssessmentResponseID | globally unique identifier |
None. |
|
Response | string |
None. |
|
Status | string |
None. |
|
ValidatedOn | date |
None. |
|
CompletedOn | date |
None. |
|
AssessmentID | globally unique identifier |
None. |
|
CompletedBy_UserID | globally unique identifier |
None. |
|
ValidatedBy_UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssessmentResponseID": "9838f270-2c8d-4c33-9e35-f5dde2e3ae00", "Response": "sample string 2", "Status": "sample string 3", "ValidatedOn": "2025-03-26T08:47:24.4199946+00:00", "CompletedOn": "2025-03-26T08:47:24.4199946+00:00", "AssessmentID": "a08241d3-dcae-4aa6-ae09-766d8d965d53", "CompletedBy_UserID": "8d5755e7-4900-4cf7-a6ce-9b417e454f6c", "ValidatedBy_UserID": "9222fc04-86af-4709-b3db-9ed8080bef23" }
application/xml, text/xml
Sample:
<CustomAssessmentResponseBot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssessmentID>a08241d3-dcae-4aa6-ae09-766d8d965d53</AssessmentID> <AssessmentResponseID>9838f270-2c8d-4c33-9e35-f5dde2e3ae00</AssessmentResponseID> <CompletedBy_UserID>8d5755e7-4900-4cf7-a6ce-9b417e454f6c</CompletedBy_UserID> <CompletedOn>2025-03-26T08:47:24.4199946+00:00</CompletedOn> <Response>sample string 2</Response> <Status>sample string 3</Status> <ValidatedBy_UserID>9222fc04-86af-4709-b3db-9ed8080bef23</ValidatedBy_UserID> <ValidatedOn>2025-03-26T08:47:24.4199946+00:00</ValidatedOn> </CustomAssessmentResponseBot>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"5509118b-791b-450f-85fb-b3c2d544ce11"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5509118b-791b-450f-85fb-b3c2d544ce11</guid>