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.
- GoalSettingEndDate; string; End date of the goal setting period.
- GoalSettingStartDate; string; Start date of the goal setting period.
- 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.
- RestrictGoalCreationFlag; boolean; Indicates if goals can be added to the goal plan after the end of the goal setting period.
- RestrictGoalUpdateFlag; boolean; Indicates if goals in the goal plan can be updated after the end of the goal setting period.
- 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: string
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: string
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:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-item-response
Type:
Show Source
object-
Assignees: integer
Title:
AssigneesRead Only:trueNumber of goal plan assignees. -
associatedPerfDocumentTypes: array
Associated Performance Document Types
Title:
Associated Performance Document TypesThe associatedPerfDocumentTypes resource provides all performance document types associated with a goal plan. -
CanDelHRGoal: string
Title:
Actions for Workers and Managers on HR-Assigned GoalsMaximum Length:60Indicates 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 GoalsRead Only:trueMaximum Length:80Description corresponding to the actions managers and workers can perform on performance goals assigned by the HR specialist. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the goal plan. -
CreationDate: string
(date-time)
Read Only:
trueDate the goal plan was created. -
Description: string
Title:
DescriptionMaximum Length:4000Description of the goal plan. -
EnableWeightingFlag: boolean
Title:
Enable weightsMaximum Length:30Default Value:trueIndicates whether weights are enabled for the goals in the goal plan. -
EndDate: string
(date)
Title:
End DateEnd date of the goal plan. -
EnforceGoalWeightFlag: boolean
Maximum Length:
30Default Value:falseIndicates if the sum of weights of goals in the goal plan can exceed 100% or not. -
EnforceMaximumGoalsInGpFlag: boolean
Title:
Enforce maximum goalsMaximum Length:30Indicates if maximum goals in goal plan is enforced or not. -
EvaluationType: string
Title:
Evaluation TypeMaximum Length:30Default Value:ORA_HRA_EVAL_TYPE_DEFAULTSpecifies 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 TypeRead Only:trueMaximum Length:80Description of the evaluation type. -
GoalAccessLevelCode: string
Title:
Allow Updates to Goals ByMaximum Length:30Default Value:ALLCode that specifies the roles that can access the goals in the goal plan. -
GoalAccessLevelMeaning: string
Title:
Allow Updates to Goals ByRead Only:trueMaximum Length:80Description of the goal access level code. This value is validated against HCM_LOOKUPS with the lookup type HRG_GOAL_ACCESS_LEVELS. -
GoalPlanActiveCode: string
Title:
StatusMaximum Length:30Default Value:AIndicates if the goal plan is active or inactive. Valid values are A and I. -
GoalPlanActiveCodeMeaning: string
Title:
StatusRead Only:trueMaximum Length:80Description of the goal plan active indicator. This value is validated against HCM_LOOKUPS with lookup type ACTIVE_INACTIVE. -
GoalPlanExternalId: string
Title:
External IDMaximum Length:250Unique external identifier of the goal plan. -
GoalPlanId: integer
(int64)
Title:
Goal Plan NameUnique identifier of the goal plan. -
GoalPlanName: string
Title:
Goal Plan NameMaximum Length:400Name of the goal plan. -
goalPlansDFF: array
goalPlansDFF
-
GoalPlanTypeCode: string
Title:
TypeMaximum Length:30Default Value:ORA_HRG_WORKERIndicates the type of goal plan. The default value is Worker. -
GoalsCount: integer
Read Only:
trueCount of performance goals in the goal plan. -
GoalSettingEndDate: string
(date)
Title:
End Date for Setting GoalsEnd date of the goal setting period. -
GoalSettingStartDate: string
(date)
Title:
Start Date for Setting GoalsStart date of the goal setting period. -
GoalSubTypeCode: string
Title:
SubtypeMaximum Length:30Indicates the type of goal plan. The default value is Worker. -
GoalSubTypeLookupCode: string
Title:
Lookup CodeRead Only:trueMaximum Length:30Code that indicates the goal's subtype. -
GoalSubTypeMeaning: string
Title:
SubtypeRead Only:trueMaximum Length:80Code used in HCM_LOOKUPS for the goal's subtype. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the goal plan. -
links: array
Links
Title:
LinksThe 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:
trueNumber of performance documents in which the performance goal is included. -
perfGoalEligibilityProfiles: array
Performance Goal Eligibility Profiles
Title:
Performance Goal Eligibility ProfilesThe perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan. -
perfGoalExcludedWorkers: array
Performance Goal Excluded Workers
Title:
Performance Goal Excluded WorkersThe 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 WorkersThe perfGoalInccludedWorkers resource provides all workers included in a goal plan. -
performanceGoals: array
Performance Goals
Title:
Performance GoalsThe performanceGoalsV2 resource provides performance goals of workers. -
PrimaryGoalPlanFlag: boolean
Maximum Length:
30Default Value:falseIndicates if the goal plan is the primary goal plan. -
RequestStatus: string
Maximum Length:
30Status of the performance document synchronization process. -
RestrictGoalCreationFlag: boolean
Maximum Length:
30Indicates if goals can be added to the goal plan after the end of the goal setting period. -
RestrictGoalUpdateFlag: boolean
Maximum Length:
30Indicates if goals in the goal plan can be updated after the end of the goal setting period. -
ReviewPeriodId: integer
(int64)
Title:
Review PeriodUnique identifier of the review period associated with the goal plan. -
ReviewPeriodName: string
Title:
Review PeriodRead Only:trueMaximum Length:400Name of the review period. -
StartDate: string
(date)
Title:
Start DateStart date of the goal plan.
Nested Schema : Associated Performance Document Types
Type:
arrayTitle:
Associated Performance Document TypesThe associatedPerfDocumentTypes resource provides all performance document types associated with a goal plan.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Performance Goal Eligibility Profiles
Type:
arrayTitle:
Performance Goal Eligibility ProfilesThe perfGoalEligibilityProfiles resource provides all eligibility profiles associated with a goal plan.
Show Source
Nested Schema : Performance Goal Excluded Workers
Type:
arrayTitle:
Performance Goal Excluded WorkersThe 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:
arrayTitle:
Performance Goal Included WorkersThe perfGoalInccludedWorkers resource provides all workers included in a goal plan.
Show Source
Nested Schema : Performance Goals
Type:
arrayTitle:
Performance GoalsThe performanceGoalsV2 resource provides performance goals of workers.
Show Source
Nested Schema : goalPlans-associatedPerfDocumentTypes-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the performance document type associated with the goal plan. -
CreationDate: string
(date-time)
Read Only:
trueDate 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:
trueDate the performance document type associated with the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the performance document type associated with the goal plan. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameRead Only:trueMaximum Length:240Name of the performance document type.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed 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-goalPlansDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
GoalPlanId: integer
(int64)
Title:
Goal Plan Name -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-perfGoalEligibilityProfiles-item-response
Type:
Show Source
object-
EligibilityProfileDescription: string
Read Only:
trueMaximum Length:255Description of the eligibility profile associated with the goal plan. -
EligibilityProfileId: integer
(int64)
Title:
Eligibility ProfileUnique identifier for the eligibility profile. -
EligibilityProfileName: string
Read Only:
trueMaximum Length:255Name 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:
LinksThe link relations associated with the resource instance. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:1Indicates if the eligibility profile is required or not. -
TalentObjectType: string
Maximum Length:
30Type of talent object associated with the eligibility profile. For Goal Management, the talent object type is goal plan.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 NameRead Only:trueMaximum Length:80Name of the excluded worker's assignment. -
AssignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:30Assignment number of the excluded worker. -
AssignmentStatusType: string
Title:
Assignment StatusRead Only:trueMaximum Length:30Status type for the assignment of the excluded worker. -
BusinessTitle: string
Title:
JobRead Only:trueMaximum Length:255Business title of the excluded worker. -
CreatedBy: string
Read Only:
trueMaximum Length:64Name of the person who excluded the worker from the goal plan assignment. -
CreationDate: string
(date-time)
Read Only:
trueDate the worker was excluded from the goal plan assignment. -
DepartmentName: string
Title:
DepartmentRead Only:trueMaximum Length:255Name of the excluded worker's department. -
DisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name of the worker who's excluded from the goal plan assignment. -
LastUpdateDate: string
(date-time)
Read Only:
trueGlobal user ID of the excluded worker. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date the details of the worker excluded from the goal plan was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManagerName: string
Title:
Manager NameRead Only:trueMaximum Length:255Name 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:
trueDefault Value:-1Type of manager that excluded the worker. -
PersonId: integer
(int64)
Title:
PersonUnique identifier for the mass request hierarchy. -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:30Unique identifier for the mass goal plan assignment. -
PositionName: string
Title:
PositionRead Only:trueMaximum Length:255Unique identifier for the excluded worker. -
SysEffectiveDate: string
(date)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : goalPlans-perfGoalIncludedWorkers-item-response
Type:
Show Source
object-
AssignmentId: integer
(int64)
Title:
Manager AssignmentUnique identifier for the assignment of the worker included in the goal plan. -
AssignmentName: string
Title:
Assignment NameRead Only:trueMaximum Length:80Name of the assignment of the worker included in the goal plan. -
AssignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:30Assignment number of the worker included in the goal plan. -
AssignmentStatusType: string
Title:
Assignment StatusRead Only:trueMaximum Length:30Assignment status type of the worker included in the goal plan. -
BusinessTitle: string
Title:
JobRead Only:trueMaximum Length:255Business title of the worker included in the goal plan. -
CascadingLevel: integer
(int64)
Title:
AssigneesCode 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:
trueMaximum Length:64User who added the worker to the goal plan. -
CreationDate: string
(date-time)
Read Only:
trueDate the worker was included in the goal plan. -
DepartmentName: string
Title:
DepartmentRead Only:trueMaximum Length:255Name of the department that the included worker belongs to. -
DirectsCount: integer
Read Only:
trueCount of direct reports of a manager. -
DisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name of the included worker. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate the details of the worker included in the goal plan was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the details of the worker included in the goal plan. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManagerName: string
Title:
Manager NameRead Only:trueMaximum Length:255Name of the manager of the included worker. -
MassRequestHierarchyId: integer
(int64)
Title:
Mass Request Hierarchy IDUnique identifier for the mass request hierarchy. -
PersonId: integer
(int64)
Title:
PersonUnique identifier of the worker included in the goal plan. -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:30Person number of the worker included in the goal plan. -
PositionName: string
Title:
PositionRead Only:trueMaximum Length:255Name of the position of the worker included in the goal plan. -
SysEffectiveDate: string
(date)
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 DateActual completion date of the performance goal. -
AllowDelGoalCode: string
Title:
Who can delete this goal?Maximum Length:30Indicates if managers or workers can delete the performance goal. -
AllowDelGoalFlag: boolean
Title:
Allow managers to delete this goalMaximum Length:30Indicates if managers or workers can delete the performance goal. -
AllowKeyAttrUpdateFlag: boolean
Title:
Allow Workers to Update Key AttributesMaximum Length:30Default Value:trueIndicates if managers or workers can update the key attributes of a performance goal. -
AssignedByPersonId: integer
(int64)
Title:
Assigned by Person IDUnique identifier for the HR specialist or manager who assigns the performance goal. -
AssignmentId: integer
(int64)
Title:
Assignment IDUnique identifier for the job assignment of a worker. -
AssignmentNumber: string
Title:
Assignment NumberRead Only:trueMaximum Length:30Unique assignment number for a worker assignment. -
CategoryCode: string
Title:
CategoryMaximum Length:30Category code of a performance goal. -
CategoryMeaning: string
Read Only:
trueMaximum Length:255Description 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:
255Name 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:
CommentsComments added to a performance goal. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the performance goal. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate the performance goal was created. -
Description: string
Title:
DescriptionMaximum Length:4000Description of the performance goal. -
DisplaySequence: integer
(int32)
Display sequence of goals in the goal plan.
-
GoalApprovalState: string
Title:
Goal Approval ActionMaximum Length:30Approval state of the goal. -
GoalId: integer
(int64)
Title:
Goal IDUnique identifier for a performance goal. -
GoalName: string
Title:
Goal NameMaximum Length:400Name of the performance goal. -
GoalPlanEndDate: string
(date)
Title:
Goal Plan End DateRead Only:trueEnd date of the goal plan. -
GoalPlanGoalId: integer
(int64)
Unique identifier for the performance goal in the goal plan.
-
GoalPlanId: integer
(int64)
Title:
Goal Plan IDUnique identifier of the goal plan. -
GoalPlanName: string
Title:
Goal Plan NameRead Only:trueMaximum Length:400Name of the goal plan. -
GoalPlanStartDate: string
(date)
Title:
Start DateRead Only:trueStart date of the goal plan. -
GoalPlanWeightEnabled: string
Read Only:
trueIndicates whether weights are enabled for the goals in the goal plan. -
GoalSourceCode: string
Title:
SourceMaximum Length:30Source 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:
SubtypeMaximum Length:30Code that indicates the goal's subtype. -
GoalSubtypeMeaning: string
Title:
SubtypeRead Only:trueMaximum Length:255Code used in HCM_LOOKUPS for the goal's subtype. -
GoalVersionTypeCode: string
Title:
Goal Version TypeMaximum Length:30Default Value:ACTIVEVersion type code of the performance goal. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate the performance goal was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the performance goal. -
LevelCode: string
Title:
LevelMaximum Length:30Code that indicates the performance goal level. -
LevelMeaning: string
Title:
LevelRead Only:trueMaximum Length:255Performance goal level, which can be Target or Stretch. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoggedInPersonType: string
Read Only:
trueMaximum Length:255Unique person identifier for the logged in person. -
LongDescription: string
(byte)
Title:
Long DescriptionLong description of the performance goal. -
MassRequestId: integer
(int64)
Unique identifier for the mass assignment or mass share request.
-
PercentCompletion: string
Title:
Completion PercentageMaximum Length:30Completion percentage of the performance goal. -
PersonId: integer
(int64)
Title:
Person IDUnique identifier for the worker who's assigned the performance goal. -
PersonNumber: string
Title:
Person NumberRead Only:trueMaximum Length:30Person number of the worker who's assigned the performance goal. -
PriorityCode: string
Title:
PriorityMaximum Length:30Priority code of the performance goal. -
PriorityMeaning: string
Title:
PriorityRead Only:trueMaximum Length:255Priority of the performance goal, which can be High, Medium, or Low. -
PrivateFlag: boolean
Title:
PrivateMaximum Length:30Default Value:falseIndicates if the performance goal is private or not. -
PublishDate: string
(date-time)
Title:
Publication DateThe date the performance goal was published as an organization goal. -
PublishedFlag: boolean
Title:
Publish this goal for your organizationMaximum Length:30Indicates whether the current goal has been published as an organization goal. -
ReferenceGoalId: integer
(int64)
Title:
Goal IDUnique identifier for the performance goal in the goal plan. -
RelatedLink: string
Title:
Related LinkMaximum Length:4000Related link of the performance goal. -
RequestContext: string
Maximum Length:
30Page 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:
trueMaximum Length:255End 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 PeriodRead Only:trueMaximum Length:255Name of the review period. -
ReviewPeriodStartDate: string
Read Only:
trueMaximum Length:255Start Date -
StartDate: string
(date)
Title:
Start DateStart date of the performance goal. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:NOT_STARTEDCode that indicates the status of the performance goal. -
StatusMeaning: string
Title:
StatusRead Only:trueMaximum Length:255Status of the performance goal. -
SuccessCriteria: string
(byte)
Title:
Success CriteriaSuccess criteria of the performance goal. -
TargetCompletionDate: string
(date)
Title:
Target Completion DateTargeted completion date of the performance goal. -
Weighting: number
Title:
WeightWeight of the performance goal.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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.
- importGoals
-
Imports performance goals from a mass assignment request and creates a new mass assignment request.