CourseSectionsCampusLocations
Defines campus locations where specific course sections are held. This table supports logistical planning and facility management.
Workday Resource Information
Retrieves a collection of course sections.Secured by: Manage: Curriculum Management
Scope: Student Records
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier (Id) for the course section campus location instance, which distinguishes this specific record in the system. |
| CourseSections_Id [KEY] | String | The Workday Id for the course section to which this campus location is linked. This Id connects the campus location to its corresponding course section. |
| Descriptor | String | The display name of the instance |
| AcademicLevel_Prompt | String | The academic level associated with the course section, such as Undergraduate, Graduate, or Doctoral. You can specify this academic level using the Workday Id or reference Id. A valid Id can be retrieved from GET /academicLevels in the studentAcademicFoundation service. |
| AcademicPeriod_Prompt | String | The academic period when the course section is scheduled to take place, such as Fall 2025 or Spring 2026. You can specify this academic period using the Workday Id or reference Id. A valid Id can be retrieved from GET /academicPeriods in the studentAcademicFoundation service. |
| CampusLocation_Prompt | String | The physical or virtual campus location where the course section is conducted. This location can represent a specific building, classroom, or an online platform. You can specify this campus location using the Workday Id or reference Id. |
| CourseSubject_Prompt | String | The subject area to which the course section belongs, such as Mathematics, Biology, or History. You can specify this subject using the Workday Id or reference Id. A valid Id can be retrieved from GET /courseSubjects. |
| Course_Prompt | String | The specific course that the course section is a part of, such as 'Introduction to Psychology' or 'Advanced Calculus.' You can specify this course using the Workday Id or reference Id. A valid Id can be retrieved from GET /courses. |
| DeliveryMode_Prompt | String | The mode in which the course section is delivered to students, such as in-person, online, or hybrid. You can specify this delivery mode using the Workday Id or reference Id. Available values include Correspondence, Hybrid, In-Person, Online, and Other Distance Mode. |
| InstructionalFormat_Prompt | String | The instructional format that defines how the course section is taught, such as lecture, seminar, or laboratory. You can specify this instructional format using the Workday Id or reference Id. Available values include Clinical, Combination, Discussion, Experiential, Independent Study, Internship, Laboratory, Lecture, Recitation, Research, Seminar, Service Learning, Studio, Thesis, and Workshop. |
| OfferingAcademicUnit_Prompt | String | The academic unit responsible for offering this course section, such as a department, school, or college. This unit manages the course but might not necessarily own it. You can specify this academic unit using the Workday Id or reference Id. A valid Id can be retrieved from GET /academicUnits in the studentAcademicFoundation service. |
| OwningAcademicUnit_Prompt | String | The academic unit that owns this course section, meaning it has primary authority over its content and administration. This could be a specific department, school, or division within an institution. You can specify this academic unit using the Workday Id or reference Id. A valid Id can be retrieved from GET /academicUnits in the studentAcademicFoundation service. |
| OwningInstitutionalAcademicUnit_Prompt | String | The institutional academic unit that owns this course section, which may be a larger administrative entity such as a college or faculty. You can specify this institutional academic unit using the Workday Id or reference Id. A valid Id can be retrieved from GET /academicUnits in the studentAcademicFoundation service. |
| Status_Prompt | String | The current status of the course section, which determines whether enrollment is open, closed, or restricted. You can specify this status using the Workday Id or reference Id. Available values include Preliminary, Open, Closed, Waitlist, Hold, and Canceled. |