Get all accomplishment sections
get
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/accomplishmentSections
Request
Path Parameters
-
talentPersonProfilesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Talent Person Profiles resource and used to uniquely identify an instance of Talent Person Profiles. The client should not generate the hash key value. Instead, the client should query on the Talent Person Profiles collection resource in order to navigate to a specific instance of Talent Person Profiles to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 accomplishment sections that match the primary key criteria specified.
Finder Variables- ProfileSectionId; integer; Surrogate identifier for the accomplishment section.
- PrimaryKey Finds all accomplishment sections 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:- ProfileSectionId; integer; Unique identifier of the content section associated with the profile.
- SectionContext; string; Code of the content section. Valid values are defined in the profileTypeSectionsLOV.
- SectionId; integer; Unique identifier of the content section.
- SectionName; string; Name of the section. Valid values are defined in the profileTypeSectionsLOV.
-
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 : talentPersonProfiles-accomplishmentSections
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 : talentPersonProfiles-accomplishmentSections-item-response
Type:
Show Source
object-
accomplishmentItems: array
Accomplishment Items
Title:
Accomplishment ItemsThe accomplishmentItems resource is the child of the accomplishmentSections resource. It provides the list of accomplishment items within an accomplishment section for a person. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProfileSectionId: integer
(int64)
Title:
Profile Section IDRead Only:trueUnique identifier of the content section associated with the profile. -
SectionContext: string
Title:
Section ContextMaximum Length:300Code of the content section. Valid values are defined in the profileTypeSectionsLOV. -
SectionId: integer
(int64)
Title:
Section IDUnique identifier of the content section. -
SectionName: string
Title:
Section NameRead Only:trueMaximum Length:240Name of the section. Valid values are defined in the profileTypeSectionsLOV.
Nested Schema : Accomplishment Items
Type:
arrayTitle:
Accomplishment ItemsThe accomplishmentItems resource is the child of the accomplishmentSections resource. It provides the list of accomplishment items within an accomplishment section for a person.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : talentPersonProfiles-accomplishmentSections-accomplishmentItems-item-response
Type:
Show Source
object-
Accomplishment: string
Title:
AccomplishmentMaximum Length:240Accomplishment of a person. -
AccomplishmentId: integer
(int64)
Title:
Accomplishment IDRead Only:trueSurrogate identifier for the person accomplishment. -
accomplishmentItemsDFF: array
accomplishmentItemsDFF
-
AccomplishmentLocation: string
Title:
Accomplishment LocationMaximum Length:240Location of the accomplishment of a person. -
AccomplishmentType: string
Title:
Type of Accomplishment CodeMaximum Length:30Type of accomplishment, such as proficiency or performance. Valid values are defined in the commonLookupsLOV. -
AccomplishmentTypeMeaning: string
Title:
Type of AccomplishmentMaximum Length:255Meaning of the accomplishment type. -
AuthorOrInventor: string
Title:
Authors or InventorsMaximum Length:240Author or inventor of the accomplishment. -
Comments: string
(byte)
Title:
CommentsComments on the accomplishment. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the content item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the content item was created. -
DateAccomplished: string
(date)
Title:
Date AccomplishedDate on which the accomplishment was achieved. -
Description: string
(byte)
Title:
DescriptionDescription of the accomplishment. -
Establishment: string
Title:
EstablishmentName of the establishment. Valid values are defined in the contentItemsLov. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the establishment. -
ExpirationDate: string
(date)
Title:
Expiration DateDate on which the accomplishment expires. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the content item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the content item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Organization: string
Title:
OrganizationMaximum Length:240Name of the organization. -
OtherEstablishment: string
Title:
Other EstablishmentMaximum Length:2000Name of the other establishment. -
PatentIssued: string
Title:
Patent IssuedMaximum Length:30Indicates whether the patent is issued. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PatentIssuedMeaning: string
Title:
Patent IssuedMaximum Length:255Represent whether any patent was issued for the accomplishment item. -
PatentOrApplicationNumber: string
Title:
Patent or Application NumberMaximum Length:240Patent or application number associated with the accomplishment. -
PatentPending: string
Title:
Patent PendingMaximum Length:30Indicates whether the patent is pending approval. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PatentPendingMeaning: string
Title:
Patent PendingMaximum Length:255Represent whether any patent is pending for the accomplishment item. -
PatentURL: string
Title:
Patent or Publication URLMaximum Length:2000URL that directs to the patent. -
PrimaryAuthor: string
Title:
Primary AuthorMaximum Length:30Primary author of the accomplishment. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
PrimaryAuthorMeaning: string
Title:
Primary AuthorMaximum Length:255Represent whether user is a primary author. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
PublisherOrPublication: string
Title:
Publisher or PublicationMaximum Length:240Publisher or publication of the accomplishment. -
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the accomplishment item doesn't need to be copied to the learner's talent profiles after completion of the course or specialization. Valid values are Y and N. -
SectionId: integer
(int64)
Unique identifier of the content section.
-
Source: string
Title:
SourceRead Only:trueMaximum Length:255Default Value:Talent ProfileSource of the accomplishment item. -
SourceType: string
Maximum Length:
30Code representing the source of accomplishment item.
Nested Schema : accomplishmentItemsDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JOB_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- JOB_CRITICALITY
- ORGANIZATION_CRITICALITY
- PERSON_CAREER_STATEMENT
- PERSON_CATEGORY
- PERSON_COMPONENT
- PERSON_N_BOX_ASSIGNMENT
- PERSON_PERFORMANCE_RATING
- PERSON_PLATFORM
- PERSON_POTENTIAL
- PERSON_PROBLEM_CODE
- PERSON_PRODUCT
- PERSON_PRODUCT_PROBLEM_CODE
- PERSON_READINESS
- PERSON_RISK
- PERSON_TALENT_SCORE
- POSITION_CRITICALITY
Match One Schema
Show Source
-
JOB_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemJOB__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:JOB_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemORGANIZATION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:ORGANIZATION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CAREER_STATEMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCATEGORYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_CATEGORYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FCOMPONENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_COMPONENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_N_BOX_ASSIGNMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PERFORMANCE_RATINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPLATFORMVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PLATFORMContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPOTENTIALVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_POTENTIALContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_PRODUCT_PROBLEM_CODEContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FREADINESSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_READINESSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FRISKVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_RISKContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPERSON__5FTALENT__5FSCOREVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:PERSON_TALENT_SCOREContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_hcm_profiles_core_accomplishmentItem_view_AccomplishmentItemPOSITION__5FCRITICALITYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:80Default Value:POSITION_CRITICALITYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AccomplishmentId: integer
(int64)
-
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 : 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source