Workday · Schema
Position
Represents a position in Workday. A position defines a role within a supervisory organization and can be filled by a worker.
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The Workday ID of the position. |
| descriptor | string | A display descriptor for the position. |
| positionID | string | The position reference ID (e.g., P-00001). |
| jobProfile | object | The job profile associated with this position. |
| jobProfileName | string | The name of the job profile. |
| businessTitle | string | The business title for this position. |
| supervisoryOrganization | object | The supervisory organization this position belongs to. |
| worker | object | The worker currently filling this position, if any. |
| positionTimeType | object | The time type for the position (e.g., Full Time, Part Time). |
| workerType | object | The worker type for this position (e.g., Employee, Contingent Worker). |
| workerSubType | object | The worker sub-type for the position. |
| location | object | The primary work location for the position. |
| compensationGrade | object | The compensation grade associated with this position. |
| payRateType | object | The pay rate type (e.g., Salary, Hourly). |
| isFilled | boolean | Whether the position is currently filled by a worker. |
| isAvailableForRecruit | boolean | Whether the position is available for recruiting. |
| isClosed | boolean | Whether the position has been closed. |
| isFrozen | boolean | Whether the position is frozen. |
| headcountCount | integer | The headcount for this position. |
| availableDate | stringnull | The date the position becomes available. |
| earliestHireDate | stringnull | The earliest allowed hire date. |
| href | string | A link to the full position resource. |