ProgramsOfStudy
Holds records of educational programs offered within the organization or institution, allowing retrieval of program details based on unique ID.
Workday Resource Information
Retrieves information about the Program of Study with the specified ID, as of the specified effective date. If you don't specify the effectiveDate query parameter, the effective date defaults to the current date.Secured by: Manage: Program of Study
Scope: Academic Foundation
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the Program of Study instance, used to distinguish individual records within the system. |
| AcademicLevel_Descriptor | String | A textual representation of the academic level associated with this program of study, providing a human-readable preview. |
| AcademicLevel_Id | String | The unique identifier for the academic level associated with this program of study, linking it to its corresponding classification. |
| AcademicUnit_Id | String | The unique identifier for the academic unit overseeing this program of study, establishing its organizational hierarchy. |
| AcademicUnit_Inactive | Bool | Indicates whether the academic unit is currently inactive. If true, the academic unit is not operational as of the specified effective date. |
| AcademicUnit_Institution | Bool | Indicates whether the academic unit is classified as an institution. If true, it represents an accredited institution as of the effective date. |
| AcademicUnit_Name | String | The official name of the academic unit responsible for this program of study, reflecting its designation as of the effective date. |
| CipCode_Descriptor | String | A detailed description of the Classification of Instructional Programs (CIP) code associated with this program of study, specifying its academic discipline. |
| CipCode_Href | String | A direct link to additional information about the CIP code, which provides further details regarding its classification and relevance. |
| CipCode_Id | String | The unique identifier for the CIP code, which can include Workday ID (WID), reference ID, or external identification for cross-referencing. |
| Name | String | The official title of the Program of Study, reflecting its designation within the institution as of the effective date. |
| ProgramType_Descriptor | String | A textual description of the program type associated with this program of study, offering a general classification. |
| ProgramType_Href | String | A direct link to additional details about the program type, which provides further context on its categorization. |
| ProgramType_Id | String | The unique identifier for the program type, which can include WID, reference ID, or external ID for tracking. |
| AcademicLevel_Prompt | String | The WID corresponding to the academic level that owns the program of study, as of the effective date. This ID can be retrieved from the GET /academicLevels API. |
| AcademicUnit_Prompt | String | The WID corresponding to the academic unit that owns the program of study, as of the effective date. This ID can be retrieved from the GET /academicUnits API. |
| CipCode_Prompt | String | The WID representing the CIP code associated with the program of study, as of the effective date. This ID provides standardized classification for the program. |
| EducationalCredentials_Prompt | String | The WIDs representing the educational credentials that can be attained through this program of study, as of the effective date. |
| EffectiveDate_Prompt | Date | The date when the Program of Study becomes effective, formatted as YYYY-MM-DD. The default value is the current date. |
| ProgramType_Prompt | String | The WID representing the program type for this program of study, as of the effective date, enabling categorization within the system. |