JobProfilesWorkersCompensationCodes
Reads /workersCompensationCodes entries from the JobProfiles table.
Workday Resource Information
Retrieves a job profile with the specified ID.Secured by: Job Profile: View, Public Job: View
Scope: Jobs & Positions
Aggregate Fields
The 本製品 represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Locations_Aggregate
[{ country: { /* Returns the \~country\~ from the primary address for the location. */ descriptor: Text /* A preview of the instance */ } descriptor: Text /* A preview of the instance */ id: Text /* Id of the instance */ }]
Regions_Aggregate
[{ descriptor: Text /* A preview of the instance */ }]
Columns
Name | Type | Description |
Id [KEY] | String | Id of the instance |
JobProfiles_Id [KEY] | String | The Workday ID of the JobProfiles that contains this. |
Code | String | Supported for: SELECT. Returns the workers' compensation code. |
Country_Alpha3Code | String | Supported for: SELECT. The ISO alpha-3 code for a country. |
Country_Descriptor | String | Supported for: SELECT. A preview of the instance |
Country_Id | String | Supported for: SELECT. Id of the instance |
Descriptor | String | Supported for: SELECT. A preview of the instance |
Inactive | Bool | Supported for: SELECT. Returns true if the worker's compensation code is inactive. |
Locations_Aggregate | String | Supported for: SELECT. A JSON aggregate. The location for the worker compensation code. |
Name | String | Supported for: SELECT. Returns the description of the worker's compensation code. |
Regions_Aggregate | String | Supported for: SELECT. A JSON aggregate. Returns the Country Regions that the worker's compensation code is used in. |
IncludeInactive_Prompt | Bool | If true, the method returns inactive job profiles. Default is false. |