Associated Academic Entities REST Endpoints
System Offices/Associated Academic Entities
Associated entities have a parent or child relationship to another entity in the entity hierarchy.
- Create an entity association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities
- Delete an entity association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}
- Get all associated entities
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities
- Get an associated entity
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}
- Update an entity association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/associatedEntities/{EntityAssociationId}