AcademicUnitsSubordinates
Reads /subordinates entries from the AcademicUnits table.
Workday Resource Information
Retrieves information about the Academic Unit 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: Reports: Academic Units, Set Up: Academic Unit Configuration, Set Up: Academic Units
Scope: Academic Faculty, Academic Foundation
Columns
Name | Type | Description |
Id [KEY] | String | Id of the instance |
AcademicUnits_Id [KEY] | String | The Workday ID of the AcademicUnits that contains this. |
Inactive | Bool | Supported for: SELECT. If true, the Academic Unit is inactive, as of the effective date. |
Institution | Bool | Supported for: SELECT. If true, the Academic Unit is designated as an institution, as of the effective date. |
Name | String | Supported for: SELECT. The name of the Academic Unit, as of the effective date. |
EffectiveDate_Prompt | Date | The effective date of the Academic Unit, using the yyyy-mm-dd format. The default is the current date. |
Inactive_Prompt | Bool | If true, this method retrieves Academic Units that are inactive as of the effective date. The default is false. |
Institution_Prompt | Bool | If true, this method retrieves Academic Units that are designated as institutions as of the effective date. The default is false. |
Superior_Prompt | String | The Workday ID of the immediate superior of the Academic Units, as of the effective date. You can use a returned id from GET /academicUnits. |