ProgramsOfStudyEducationalCredentials
Reads /educationalCredentials entries from the ProgramsOfStudy table.
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 | Id of the instance |
| ProgramsOfStudy_Id [KEY] | String | The Workday ID of the ProgramsOfStudy that contains this. |
| Description | String | Description of Educational Credentail |
| Descriptor | String | A preview of the instance |
| Name | String | Name of Educational Credential |
| Type_Descriptor | String | A description of the instance |
| Type_Href | String | A link to the instance |
| Type_Id | String | wid / id / reference id |
| AcademicLevel_Prompt | String | The Workday ID of the owning academic level of the program of study, as of the effective date. You can use a return id from GET /academicLevels |
| AcademicUnit_Prompt | String | The Workday ID of the owning academic unit of the program of study, as of the effective date. You can use a return id from GET /academicUnits |
| CipCode_Prompt | String | The Workday ID of the CIP code for the program of study, as of the effective date. |
| EducationalCredentials_Prompt | String | The Workday IDs of the educational credentials of the program of study, as of the effective date. You can use the return id from GET /educationalCredentials. |
| EffectiveDate_Prompt | Date | The effective date of the Program of Study, using the yyyy-mm-dd format. The default is the current date. |
| ProgramType_Prompt | String | The Workday ID of the program type of the program of study, as of the effective date. |