AcademicPeriods
Retrieves the academic period with the specified ID.
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 |
Id [KEY] | String | Id of the instance |
AcademicCalendar_Descriptor | String | Supported for: SELECT. A description of the instance |
AcademicCalendar_Href | String | Supported for: SELECT. A link to the instance |
AcademicCalendar_Id | String | Supported for: SELECT. wid / id / reference id |
AcademicYear_Descriptor | String | Supported for: SELECT. A preview of the instance |
AcademicYear_EndDate | Datetime | Supported for: SELECT. The End Date for this Date Range. |
AcademicYear_Id | String | Supported for: SELECT. Id of the instance |
AcademicYear_StartDate | Datetime | Supported for: SELECT. The Start Date for this Date Range. |
Descriptor | String | Supported for: SELECT. A preview of the instance |
EndDate | Datetime | Supported for: SELECT. The End Date of the Academic Period. |
PeriodType_Descriptor | String | Supported for: SELECT. A description of the instance |
PeriodType_Href | String | Supported for: SELECT. A link to the instance |
PeriodType_Id | String | Supported for: SELECT. wid / id / reference id |
Standard | Bool | Supported for: SELECT. If true, this is a Standard Academic Period of the Academic Calendar. |
StandardEndDate | Datetime | Supported for: SELECT. Returns the Standard End Date of this Academic Period if it is a standard period for an Academic Calendar. |
StandardStartDate | Datetime | Supported for: SELECT. The Standard Start Date of this Academic Period if it is a standard period for an Academic Calendar. |
StartDate | Datetime | Supported for: SELECT. The Start Date of the Academic Period. |
WeeksOfInstruction | Decimal | Supported for: SELECT. The number of Weeks of Instruction for this Academic Period. |
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. |