Entity Assignments REST Endpoints
Communication Setups/Entity Assignments
Academic entities which have been assigned to communications.
- Create an entity assignment for a communication setup
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments - Delete an entity assignment for a communication setup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId} - Get a setup entity assignment for a communication setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId} - Get all entity assignments for a communication setup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments - Update an entity assignment for a communication setup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedCommunicationSetups/{CommunicationSetupId}/child/entityAssignments/{SettingsAssignmentId}