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