- Subcategories:
- Elements
Periods REST Endpoints
    
        Student Academic Plans/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/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods
- Delete a period
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}
- Get a period
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}
- Get all periods
- Method: getPath:/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods
- Update a period
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}