Evaluation Responses REST Endpoints

Evaluation Requests/Evaluation Responses
Use the evaluation response resource to view, create, or modify information regarding evaluation responses.
Create an evaluation response
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedEvaluationRequests/{hedEvaluationRequestsUniqID}/child/EvaluationResponse
Delete an evaluation response
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedEvaluationRequests/{hedEvaluationRequestsUniqID}/child/EvaluationResponse/{EvaluationResponseId}
Get all evaluation responses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedEvaluationRequests/{hedEvaluationRequestsUniqID}/child/EvaluationResponse
Get an evaluation response
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedEvaluationRequests/{hedEvaluationRequestsUniqID}/child/EvaluationResponse/{EvaluationResponseId}
Update an evaluation response
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedEvaluationRequests/{hedEvaluationRequestsUniqID}/child/EvaluationResponse/{EvaluationResponseId}