Get all goal plans
get
/hcmRestApi/resources/11.13.18.05/goalPlans
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds all goal plans that match the primary key criteria specified.
Finder Variables- GoalPlanId; integer; Unique identifier of the goal plan.
- findbyAdvanceSearch Finds all goal plans that match the criteria specified. The criteria can be weights enabled, review period name, or active goal plans.
Finder Variables- EnableWeightingFlag; string; Indicates whether weights are enabled for the goal plan.
- EndDate; string; End date of the goal plan.
- GoalPlanActiveCode; string; Indicates if the goal plan is active or inactive. Valid values are A and I.
- GoalPlanExternalId; string; Unique identifier for the review period associated with the goal plan.
- GoalSubTypeCode; string; Code that indicates the goal plan's subtype.
- ReviewPeriodId; string; Finds all goal plans that match the primary key criteria specified.
- StartDate; string; Start date of the goal plan.
- PrimaryKey Finds all goal plans that match the primary key criteria specified.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- CanDelHRGoal; string; Indicates the actions managers and workers can perform on performance goals assigned by the HR specialist.
- CanDelHRGoalMeaning; string; Description corresponding to the actions managers and workers can perform on performance goals assigned by the HR specialist.
- CreatedBy; string; User who created the goal plan.
- CreationDate; string; Date the goal plan was created.
- Description; string; Description of the goal plan.
- EnableWeightingFlag; boolean; Indicates whether weights are enabled for the goals in the goal plan.
- EndDate; string; End date of the goal plan.
- EnforceGoalWeightFlag; boolean; Indicates if the sum of weights of goals in the goal plan can exceed 100% or not.
- EnforceMaximumGoalsInGpFlag; boolean; Indicates if maximum goals in goal plan is enforced or not.
- EvaluationType; string; Specifies the type of evaluation in the performance document template. Goal plans that have the same evaluation type as that defined in the performance template are automatically added as evaluation topics.
- EvaluationTypeMeaning; string; Description of the evaluation type.
- GoalAccessLevelCode; string; Code that specifies the roles that can access the goals in the goal plan.
- GoalAccessLevelMeaning; string; Description of the goal access level code. This value is validated against HCM_LOOKUPS with the lookup type HRG_GOAL_ACCESS_LEVELS.
- GoalPlanActiveCode; string; Indicates if the goal plan is active or inactive. Valid values are A and I.
- GoalPlanActiveCodeMeaning; string; Description of the goal plan active indicator. This value is validated against HCM_LOOKUPS with lookup type ACTIVE_INACTIVE.
- GoalPlanExternalId; string; Unique external identifier of the goal plan.
- GoalPlanId; integer; Unique identifier of the goal plan.
- GoalPlanName; string; Name of the goal plan.
- GoalPlanTypeCode; string; Indicates the type of goal plan. The default value is Worker.
- GoalSubTypeCode; string; Indicates the type of goal plan. The default value is Worker.
- GoalSubTypeLookupCode; string; Code that indicates the goal's subtype.
- GoalSubTypeMeaning; string; Code used in HCM_LOOKUPS for the goal's subtype.
- GoalsCount; integer; Count of performance goals in the goal plan.
- LastUpdateDate; string; Date the goal plan was last updated.
- LastUpdatedBy; string; User who last updated the goal plan.
- MassRequestId; integer; Unique identifier for the goal plan mass request.
- MaximumGoalsNumberInGoalPlan; integer; Maximum goals allowed in the goal plan.
- MinimumGoalsNumberInGoalPlan; integer; Minimum number of goals that the goal plan needs to have.
- PrimaryGoalPlanFlag; boolean; Indicates if the goal plan is the primary goal plan.
- RequestStatus; string; Status of the performance document synchronization process.
- ReviewPeriodId; integer; Unique identifier of the review period associated with the goal plan.
- ReviewPeriodName; string; Name of the review period.
- StartDate; string; Start date of the goal plan.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : goalPlans
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-item-response
Type:
Show Source
object
-
Assignees: integer
Title:
Assignees
Read Only:true
Number of goal plan assignees. -
associatedPerfDocumentTypes: array
Associated Performance Document Types
Title:
Associated Performance Document Types
The associatedPerfDocumentTypes resource provides all performance document types associated with a goal plan. -
CanDelHRGoal: string
Title:
Actions for Workers and Managers on HR-Assigned Goals
Maximum Length:60
Indicates the actions managers and workers can perform on performance goals assigned by the HR specialist. -
CanDelHRGoalMeaning: string
Title:
Actions for Workers and Managers on HR-Assigned Goals
Read Only:true
Maximum Length:80
Description corresponding to the actions managers and workers can perform on performance goals assigned by the HR specialist. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the goal plan. -
CreationDate: string
(date-time)
Read Only:
true
Date the goal plan was created. -
Description: string
Title:
Description
Maximum Length:4000
Description of the goal plan. -
EnableWeightingFlag: boolean
Title:
Enable Weight
Maximum Length:30
Default Value:true
Indicates whether weights are enabled for the goals in the goal plan. -
EndDate: string
(date)
Title:
End Date
End date of the goal plan. -
EnforceGoalWeightFlag: boolean
Maximum Length:
30
Default Value:false
Indicates if the sum of weights of goals in the goal plan can exceed 100% or not. -
EnforceMaximumGoalsInGpFlag: boolean
Title:
Enforce maximum goals
Maximum Length:30
Indicates if maximum goals in goal plan is enforced or not. -
EvaluationType: string
Title:
Evaluation Type
Maximum Length:30
Default Value:ORA_HRA_EVAL_TYPE_DEFAULT
Specifies the type of evaluation in the performance document template. Goal plans that have the same evaluation type as that defined in the performance template are automatically added as evaluation topics. -
EvaluationTypeMeaning: string
Title:
Evaluation Type
Read Only:true
Maximum Length:80
Description of the evaluation type. -
GoalAccessLevelCode: string
Title:
Allow Updates to Goals By
Maximum Length:30
Default Value:ALL
Code that specifies the roles that can access the goals in the goal plan. -
GoalAccessLevelMeaning: string
Title:
Allow Updates to Goals By
Read Only:true
Maximum Length:80
Description of the goal access level code. This value is validated against HCM_LOOKUPS with the lookup type HRG_GOAL_ACCESS_LEVELS. -
GoalPlanActiveCode: string
Title:
Status
Maximum Length:30
Default Value:A
Indicates if the goal plan is active or inactive. Valid values are A and I. -
GoalPlanActiveCodeMeaning: string
Title:
Status
Read Only:true
Maximum Length:80
Description of the goal plan active indicator. This value is validated against HCM_LOOKUPS with lookup type ACTIVE_INACTIVE. -
GoalPlanExternalId: string
Title:
External ID
Maximum Length:250
Unique external identifier of the goal plan. -
GoalPlanId: integer
(int64)
Title:
Goal Plan Name
Unique identifier of the goal plan. -
GoalPlanName: string
Title:
Goal Plan Name
Maximum Length:400
Name of the goal plan. -
GoalPlanTypeCode: string
Title:
Type
Maximum Length:30
Default Value:ORA_HRG_WORKER
Indicates the type of goal plan. The default value is Worker. -
GoalsCount: integer
Read Only:
true
Count of performance goals in the goal plan. -
GoalSubTypeCode: string
Title:
Subtype
Maximum Length:30
Indicates the type of goal plan. The default value is Worker. -
GoalSubTypeLookupCode: string
Title:
Lookup Code
Read Only:true
Maximum Length:30
Code that indicates the goal's subtype. -
GoalSubTypeMeaning: string
Title:
Subtype
Read Only:true
Maximum Length:80
Code used in HCM_LOOKUPS for the goal's subtype. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who last updated the goal plan. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MassRequestId: integer
(int64)
Unique identifier for the goal plan mass request.
-
MaximumGoalsNumberInGoalPlan: integer
(int64)
Maximum goals allowed in the goal plan.
-
MinimumGoalsNumberInGoalPlan: integer
(int64)
Minimum number of goals that the goal plan needs to have.
-
NbrOfPDConsumed: integer
Read Only:
true
Number of performance documents in which the performance goal is included. -
perfGoalEligibilityProfiles: array
Performance Goal Eligibility Profiles
Title:
Performance Goal Eligibility Profiles
The perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan. -
perfGoalExcludedWorkers: array
Performance Goal Excluded Workers
Title:
Performance Goal Excluded Workers
The perfGoalExcludedWorkers resource is a child of the goalPlans resource and provides all workers excluded from the goal plan. -
perfGoalIncludedWorkers: array
Performance Goal Included Workers
Title:
Performance Goal Included Workers
The perfGoalInccludedWorkers resource provides all workers included in a goal plan. -
performanceGoals: array
Performance Goals
Title:
Performance Goals
The performanceGoalsV2 resource provides performance goals of workers. -
PrimaryGoalPlanFlag: boolean
Maximum Length:
30
Default Value:false
Indicates if the goal plan is the primary goal plan. -
RequestStatus: string
Maximum Length:
30
Status of the performance document synchronization process. -
ReviewPeriodId: integer
(int64)
Title:
Review Period
Unique identifier of the review period associated with the goal plan. -
ReviewPeriodName: string
Title:
Review Period
Read Only:true
Maximum Length:400
Name of the review period. -
StartDate: string
(date)
Title:
Start Date
Start date of the goal plan.
Nested Schema : Associated Performance Document Types
Type:
array
Title:
Associated Performance Document Types
The associatedPerfDocumentTypes resource provides all performance document types associated with a goal plan.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Performance Goal Eligibility Profiles
Type:
array
Title:
Performance Goal Eligibility Profiles
The perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan.
Show Source
Nested Schema : Performance Goal Excluded Workers
Type:
array
Title:
Performance Goal Excluded Workers
The perfGoalExcludedWorkers resource is a child of the goalPlans resource and provides all workers excluded from the goal plan.
Show Source
Nested Schema : Performance Goal Included Workers
Type:
array
Title:
Performance Goal Included Workers
The perfGoalInccludedWorkers resource provides all workers included in a goal plan.
Show Source
Nested Schema : Performance Goals
Type:
array
Title:
Performance Goals
The performanceGoalsV2 resource provides performance goals of workers.
Show Source
Nested Schema : goalPlans-associatedPerfDocumentTypes-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the performance document type associated with the goal plan. -
CreationDate: string
(date-time)
Read Only:
true
Date the performance document type associated with the goal plan was created. -
DocumentTypeId: integer
(int64)
Unique identifier for the performance document type.
-
GoalPlanDocumentTypeId: integer
(int64)
Unique identifier of the goal plan document type.
-
GoalPlanId: integer
(int64)
Unique identifier of the goal plan.
-
LastUpdateDate: string
(date-time)
Read Only:
true
Date the performance document type associated with the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who last updated the performance document type associated with the goal plan. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Title:
Name
Read Only:true
Maximum Length:240
Name of the performance document type.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : goalPlans-perfGoalEligibilityProfiles-item-response
Type:
Show Source
object
-
EligibilityProfileDescription: string
Read Only:
true
Maximum Length:255
Description of the eligibility profile associated with the goal plan. -
EligibilityProfileId: integer
(int64)
Title:
Eligibility Profile
Unique identifier for the eligibility profile. -
EligibilityProfileName: string
Read Only:
true
Maximum Length:255
Name of the eligibility profile associated with the goal plan. -
EligibilityProfileObjectId: integer
(int64)
Unique identifier for the eligibility profile in the associated goal plan.
-
EligObjId: integer
Unique identifier for the eligibility profile that's included in the mass assignment process.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
RequiredFlag: boolean
Title:
Required
Maximum Length:1
Indicates if the eligibility profile is required or not. -
TalentObjectType: string
Maximum Length:
30
Type of talent object associated with the eligibility profile. For Goal Management, the talent object type is goal plan.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-perfGoalExcludedWorkers-item-response
Type:
Show Source
object
-
AssignmentId: integer
(int64)
Unique identifier for the assignment of the worker excluded from the goal plan.
-
AssignmentName: string
Title:
Assignment Name
Read Only:true
Maximum Length:80
Name of the excluded worker's assignment. -
AssignmentNumber: string
Title:
Assignment Number
Read Only:true
Maximum Length:30
Assignment number of the excluded worker. -
AssignmentStatusType: string
Title:
Assignment Status
Read Only:true
Maximum Length:30
Status type for the assignment of the excluded worker. -
BusinessTitle: string
Title:
Job
Read Only:true
Maximum Length:255
Business title of the excluded worker. -
CreatedBy: string
Read Only:
true
Maximum Length:64
Name of the person who excluded the worker from the goal plan assignment. -
CreationDate: string
(date-time)
Read Only:
true
Date the worker was excluded from the goal plan assignment. -
DepartmentName: string
Title:
Department
Read Only:true
Maximum Length:255
Name of the excluded worker's department. -
DisplayName: string
Title:
Name
Read Only:true
Maximum Length:240
Display name of the worker who's excluded from the goal plan assignment. -
LastUpdateDate: string
(date-time)
Read Only:
true
Global user ID of the excluded worker. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
Date the details of the worker excluded from the goal plan was last updated. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ManagerName: string
Title:
Manager Name
Read Only:true
Maximum Length:255
Name of the person who last updated the details of the worker who's excluded from the goal plan assignment. -
MassRequestExemptionId: integer
(int64)
Name of the excluded worker's manager.
-
MassRequestHierarchyId: integer
(int64)
Read Only:
true
Default Value:-1
Type of manager that excluded the worker. -
PersonId: integer
(int64)
Title:
Person
Unique identifier for the mass request hierarchy. -
PersonNumber: string
Title:
Person Number
Read Only:true
Maximum Length:30
Unique identifier for the mass goal plan assignment. -
PositionName: string
Title:
Position
Read Only:true
Maximum Length:255
Unique identifier for the excluded worker. -
SysEffectiveDate: string
(date)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-perfGoalIncludedWorkers-item-response
Type:
Show Source
object
-
AssignmentId: integer
(int64)
Title:
Manager Assignment
Unique identifier for the assignment of the worker included in the goal plan. -
AssignmentName: string
Title:
Assignment Name
Read Only:true
Maximum Length:80
Name of the assignment of the worker included in the goal plan. -
AssignmentNumber: string
Title:
Assignment Number
Read Only:true
Maximum Length:30
Assignment number of the worker included in the goal plan. -
AssignmentStatusType: string
Title:
Assignment Status
Read Only:true
Maximum Length:30
Assignment status type of the worker included in the goal plan. -
BusinessTitle: string
Title:
Job
Read Only:true
Maximum Length:255
Business title of the worker included in the goal plan. -
CascadingLevel: integer
(int64)
Title:
Assignees
Code that determines which employees reporting to the requester will be assigned the performance goals in the goal plan. The performance goals can be assigned only to the requester, all direct reports of the requester, requester and their direct reports, all persons reporting to the requester, and requester and all persons reporting to the requester. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who added the worker to the goal plan. -
CreationDate: string
(date-time)
Read Only:
true
Date the worker was included in the goal plan. -
DepartmentName: string
Title:
Department
Read Only:true
Maximum Length:255
Name of the department that the included worker belongs to. -
DirectsCount: integer
Read Only:
true
Count of direct reports of a manager. -
DisplayName: string
Title:
Name
Read Only:true
Maximum Length:240
Display name of the included worker. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date the details of the worker included in the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who last updated the details of the worker included in the goal plan. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ManagerName: string
Title:
Manager Name
Read Only:true
Maximum Length:255
Name of the manager of the included worker. -
MassRequestHierarchyId: integer
(int64)
Title:
Mass Request Hierarchy ID
Unique identifier for the mass request hierarchy. -
PersonId: integer
(int64)
Title:
Person
Unique identifier of the worker included in the goal plan. -
PersonNumber: string
Title:
Person Number
Read Only:true
Maximum Length:30
Person number of the worker included in the goal plan. -
PositionName: string
Title:
Position
Read Only:true
Maximum Length:255
Name of the position of the worker included in the goal plan. -
SysEffectiveDate: string
(date)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-performanceGoals-item-response
Type:
Show Source
object
-
ActualCompletionDate: string
(date)
Title:
Actual Completion Date
Actual completion date of the performance goal. -
AllowDelGoalCode: string
Title:
Allow managers to delete this goal
Maximum Length:30
Indicates if managers or workers can delete the performance goal. -
AllowDelGoalFlag: boolean
Title:
Allow managers to delete this goal
Maximum Length:30
Indicates if managers or workers can delete the performance goal. -
AllowKeyAttrUpdateFlag: boolean
Title:
Allow Workers to Update Key Attributes
Maximum Length:30
Default Value:true
Indicates if managers or workers can update the key attributes of a performance goal. -
AssignedByPersonId: integer
(int64)
Title:
Assigned by Person ID
Unique identifier for the HR specialist or manager who assigns the performance goal. -
AssignmentId: integer
(int64)
Title:
Assignment ID
Unique identifier for the job assignment of a worker. -
AssignmentNumber: string
Title:
Assignment Number
Read Only:true
Maximum Length:30
Unique assignment number for a worker assignment. -
CategoryCode: string
Title:
Category
Maximum Length:30
Category code of a performance goal. -
CategoryMeaning: string
Read Only:
true
Maximum Length:255
Description for the associated category code of a performance goal. -
ChildObjectId: integer
Unique identifier for the child data associated with the performance goal. It can be either the identifier of the goal task or goal measurement.
-
ChildObjectName: string
Maximum Length:
255
Name of the child object that needs to be returned after loading data from the transaction data store. It can be either perfGoalTasks or perfGoalMeasurements. -
Comments: string
(byte)
Title:
Comments
Comments added to a performance goal. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
User who created the performance goal. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date the performance goal was created. -
Description: string
Title:
Description
Maximum Length:4000
Description of the performance goal. -
DisplaySequence: integer
(int32)
Display sequence of goals in the goal plan.
-
GoalApprovalState: string
Title:
Goal Approval Action
Maximum Length:30
Approval state of the goal. -
GoalId: integer
(int64)
Title:
Goal ID
Unique identifier for a performance goal. -
GoalName: string
Title:
Goal Name
Maximum Length:400
Name of the performance goal. -
GoalPlanEndDate: string
(date)
Title:
Goal Plan End Date
Read Only:true
End date of the goal plan. -
GoalPlanGoalId: integer
(int64)
Unique identifier for the performance goal in the goal plan.
-
GoalPlanId: integer
(int64)
Title:
Goal Plan ID
Unique identifier of the goal plan. -
GoalPlanName: string
Title:
Goal Plan Name
Read Only:true
Maximum Length:400
Name of the goal plan. -
GoalPlanStartDate: string
(date)
Title:
Start Date
Read Only:true
Start date of the goal plan. -
GoalPlanWeightEnabled: string
Read Only:
true
Indicates whether weights are enabled for the goals in the goal plan. -
GoalSourceCode: string
Title:
Source
Maximum Length:30
Source code that indicates who created the performance goal. A performance goal can be created by a worker, a manager, or an HR specialist. -
GoalSubTypeCode: string
Title:
Subtype
Maximum Length:30
Code that indicates the goal's subtype. -
GoalSubtypeMeaning: string
Title:
Subtype
Read Only:true
Maximum Length:255
Code used in HCM_LOOKUPS for the goal's subtype. -
GoalVersionTypeCode: string
Title:
Goal Version Type
Maximum Length:30
Default Value:ACTIVE
Version type code of the performance goal. -
LastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
Date the performance goal was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
User who last updated the performance goal. -
LevelCode: string
Title:
Level
Maximum Length:30
Code that indicates the performance goal level. -
LevelMeaning: string
Title:
Level
Read Only:true
Maximum Length:255
Performance goal level, which can be Target or Stretch. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoggedInPersonType: string
Read Only:
true
Maximum Length:255
Unique person identifier for the logged in person. -
LongDescription: string
(byte)
Title:
Long Description
Long description of the performance goal. -
MassRequestId: integer
(int64)
Unique identifier for the mass assignment or mass share request.
-
PercentCompletion: string
Title:
Completion Percentage
Maximum Length:30
Completion percentage of the performance goal. -
PersonId: integer
(int64)
Title:
Person ID
Unique identifier for the worker who's assigned the performance goal. -
PersonNumber: string
Title:
Person Number
Read Only:true
Maximum Length:30
Person number of the worker who's assigned the performance goal. -
PriorityCode: string
Title:
Priority
Maximum Length:30
Priority code of the performance goal. -
PriorityMeaning: string
Title:
Priority
Read Only:true
Maximum Length:255
Priority of the performance goal, which can be High, Medium, or Low. -
PrivateFlag: boolean
Title:
Private
Maximum Length:30
Default Value:false
Indicates if the performance goal is private or not. -
PublishDate: string
(date-time)
Title:
Publication Date
The date the performance goal was published as an organization goal. -
PublishedFlag: boolean
Title:
Published
Maximum Length:30
Indicates whether the current goal has been published as an organization goal. -
ReferenceGoalId: integer
(int64)
Title:
Goal ID
Unique identifier for the performance goal in the goal plan. -
RelatedLink: string
Title:
Related Link
Maximum Length:4000
Related link of the performance goal. -
RequestContext: string
Maximum Length:
30
Page from which the performance goal was created. Performance goals can be created on the employee's Goals page, the manager page, or the goal administrator page. -
RequiredGPGId: string
Unique identifier for the performance goal in the goal plan.
-
RequiresApprovalState: string
Approval state of the goal.
-
RequiresApprovalStatus: string
Indicates whether the goal requires an approval status. Valid values are Y and N.
-
ReviewPeriodEndDate: string
Read Only:
true
Maximum Length:255
End Date -
ReviewPeriodId: integer
(int64)
Unique Identifier for the review period that the goal plan of the performance goal is associated with.
-
ReviewPeriodName: string
Title:
Review Period
Read Only:true
Maximum Length:255
Name of the review period. -
ReviewPeriodStartDate: string
Read Only:
true
Maximum Length:255
Start Date -
StartDate: string
(date)
Title:
Start Date
Start date of the performance goal. -
StatusCode: string
Title:
Status
Maximum Length:30
Default Value:NOT_STARTED
Code that indicates the status of the performance goal. -
StatusMeaning: string
Title:
Status
Read Only:true
Maximum Length:255
Status of the performance goal. -
SuccessCriteria: string
(byte)
Title:
Success Criteria
Success criteria of the performance goal. -
TargetCompletionDate: string
(date)
Title:
Target Completion Date
Targeted completion date of the performance goal. -
Weighting: number
Title:
Weight
Weight of the performance goal.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- essProcessTrigger
-
Invokes a process that synchronizes goals with performance documents that have the same review period and performance document type.
- findByAdvancedSearchQuery
-
Finds a goal plan that matches the specified goal plan name.