ProspectsLanguages
Retrieves a single language instance for a prospect.
Workday Resource Information
Retrieves the language with the specified ID for the specified prospect.Secured by: Prospects
Scope: Recruiting, Talent Pipeline
Aggregate Fields
The driver 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.
Abilities_Aggregate
[{ abilityType: { /* Returns the language ability type. */ *id: Text /* wid / id / reference id */ } id: Text /* Id of the instance */ proficiency: { /* Returns the proficiency for a specific ability of a language. */ *id: Text /* wid / id / reference id */ } }]
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | False |
Id of the instance |
Prospects_Id [KEY] | String | False |
The Workday ID of the Prospects that owns this. |
Abilities_Aggregate | String | False |
Supported for: INSERT. A JSON aggregate. The abilities associated with this language skill. |
Language_Descriptor | String | False |
Supported for: SELECT. A description of the instance |
Language_Href | String | False |
Supported for: SELECT. A link to the instance |
Language_Id | String | False |
Supported for: SELECT, INSERT. wid / id / reference id |
Native | Bool | False |
Supported for: SELECT, INSERT. If true, this language skill is the native language. |