Academic Test Component Results REST Endpoints
Academic Test Results/Academic Test Component Results
Academic Test Results allows user to manage standardized test scores for a student.
- Create a test component result
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores - Delete a test component result
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId} - Get a test component result
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId} - Get all test component results
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores - Update a test component result
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/personTests/{PersonTestId}/child/personScores/{PersonScoreId}