Owners REST Endpoints
Academic Plan Templates/Owners
The owners resource is a child of the academic plan templates resource and provides a list of curriculum items associated with an academic plan template.
- Create all owners
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners - Delete an owner
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID} - Get all owners
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners - Get an owner
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID} - Update an owner
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID}