ProgramsOfStudyEducationalCredentials
Links educational credentials with programs of study, enabling retrieval of relevant degrees, certifications, or qualifications associated with each program.
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 this specific instance of an educational credential record. |
| ProgramsOfStudy_Id [KEY] | String | The unique Workday ID (WID) for the associated program of study to which this credential belongs. |
| Description | String | A detailed textual explanation of the specific educational credential being represented, including its relevance and scope. |
| Descriptor | String | A brief summary or preview providing a quick reference to the educational credential instance. |
| Name | String | The full official name of the educational credential, representing a specific degree, diploma, or certification awarded upon completion of a program of study. |
| Type_Descriptor | String | A human-readable description of the type of educational credential, offering contextual information on its classification. |
| Type_Href | String | A direct hyperlink to the Workday reference page for this specific type of educational credential. |
| Type_Id | String | A unique identifier (WID, ID, or reference ID) assigned to this credential type within Workday. |
| AcademicLevel_Prompt | String | The WID representing the academic level associated with this program of study, based on the effective date. This can be retrieved using GET /academicLevels. |
| AcademicUnit_Prompt | String | The WID referencing the academic unit that governs this program of study, as of the effective date. You can retrieve this using GET /academicUnits. |
| CipCode_Prompt | String | The WID assigned to the Classification of Instructional Programs (CIP) code for this program of study, effective as of the specified date. |
| EducationalCredentials_Prompt | String | A list of WIDs associated with the educational credentials linked to this program of study. This can be retrieved using GET /educationalCredentials. |
| EffectiveDate_Prompt | Date | The date when this Program of Study becomes effective, formatted as YYYY-MM-DD. Defaults to the current date if not specified. |
| ProgramType_Prompt | String | The WID representing the type or category of the program of study, based on the effective date. |