AcademicPeriodsPeriodWeights
Reads /periodWeights entries from the AcademicPeriods table.
Workday Resource Information
Retrieves information about the academic periods with the specified ID.Secured by: Set Up: Academic Appointments and Related Data, Set Up: Academic Calendar
Scope: Academic Faculty, Academic Foundation
Columns
Name | Type | Description |
AcademicPeriods_Id [KEY] | String | The Workday ID of the AcademicPeriods that contains this. |
Descriptor | String | Supported for: SELECT. A preview of the instance |
AcademicCalendar_Prompt | String | The Workday ID of the academic calendar for the academic period. You can use a return id from GET /academicCalendars |
AcademicYear_Prompt | String | The Workday ID of the academic year for the academic period. You can use a return id from GET /academicCalendars/{ID}/academicYears |
FromDate_Prompt | Date | Filter academic periods by their start date using yyyy-mm-dd format. If used without toDate, returns all academic periods with start date on or after fromDate. If used with toDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |
ToDate_Prompt | Date | Filter academic periods by their end date using yyyy-mm-dd format. If used without fromDate, returns all academic periods with end date on or before toDate. If used with fromDate, returns all academic periods whose start and/or end dates are within the inclusive date range specified by fromDate and toDate. |