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