Application Snapshot Settings Assignments REST Endpoints
Application Snapshot Settings/Application Snapshot Settings Assignments
The application snapshot settings assignments resource lists the academic entities assigned to this application snapshot settings instance.
- Create an assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/applicationSnapshotSettings/{SnapshotSetupId}/child/assignments - Delete an assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/applicationSnapshotSettings/{SnapshotSetupId}/child/assignments/{SettingsAssignmentId} - Get all assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/applicationSnapshotSettings/{SnapshotSetupId}/child/assignments - Get an assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/applicationSnapshotSettings/{SnapshotSetupId}/child/assignments/{SettingsAssignmentId} - Update an assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/applicationSnapshotSettings/{SnapshotSetupId}/child/assignments/{SettingsAssignmentId}