Get a membership section
get
/hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/membershipSections/{ProfileSectionId11}
Request
Path Parameters
-
ProfileSectionId11(required): string
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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-membershipSections-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the membership section. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the membership section was created. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the membership section was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the membership section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
membershipItems: array
Membership Items
Title:
Membership ItemsThe membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person. -
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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Membership Items
Type:
arrayTitle:
Membership ItemsThe membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person.
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 : talentPersonProfiles-membershipSections-membershipItems-item-response
Type:
Show Source
object-
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Name of the awarding body. -
Comments: string
(byte)
Title:
CommentsComments of the content item. -
ContentItemId: integer
(int64)
Title:
Content Item IDUnique identifier for the content item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the membership item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the membership item was created. -
CurrentVolunteer: string
Title:
Current VolunteerMaximum Length:30Indicates whether the member is currently a volunteer. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
CurrentVolunteerMeaning: string
Title:
Current VolunteerMaximum Length:255Represent whether the user is a current volunteer of the membership item. -
Description: string
(byte)
Title:
DescriptionDescription of the membership item. -
Establishment: string
Title:
Educational EstablishmentName of the educational establishment. Valid values are defined in the contentItemsLOV. -
EstablishmentId: integer
(int64)
Title:
Establishment IDUnique identifier of the establishment. -
Fee: integer
(int64)
Title:
FeeFees for the membership. -
FeeCurrency: string
Title:
Fee CurrencyMaximum Length:255Currency name for the fee. -
FeeCurrencyCode: string
Title:
Fee Currency CodeMaximum Length:30Currency of the membership fee. Valid values are defined in the currenciesLOV. -
InternalOrganization: string
Title:
Internal OrganizationMaximum Length:30Indicates whether the membership is for an internal organization. Valid values are Y and N. Valid values are defined in the commonLookupsLOV. -
InternalOrganizationMeaning: string
Title:
Internal OrganizationMaximum Length:255Represent whether the membership is for an internal organization. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the membership item was last update. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the membership item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatePosition: string
Title:
Mandate PositionMaximum Length:240Specifies the mandate position for the membership. -
Membership: string
Title:
Affiliation or Professional BodyName of the affiliation or professional Body. Valid values are defined in the contentItemsLOV. -
MembershipCategory: string
Title:
Membership CategoryMaximum Length:240Category of the membership. -
MembershipDate: string
(date)
Title:
Membership DateDate of membership. -
MembershipEndDate: string
(date)
Title:
Membership End DateDate on which the membership ends. -
MembershipId: integer
(int64)
Title:
Membership IDRead Only:trueIdentifier of the membership. -
membershipItemsDFF: array
membershipItemsDFF
-
MembershipNumber: string
Title:
Membership NumberMaximum Length:240Number of the membership. -
MembershipStartDate: string
(date)
Title:
Membership Start DateDate on which the membership starts. -
MonthlyTimeCommitment: string
Title:
Monthly Time CommitmentMaximum Length:240Time committed in a month. -
OrganizationURL: string
Title:
Organization URLMaximum Length:2000URL related to the membership. -
OtherEstablishment: string
Title:
EstablishmentMaximum Length:2000Name of the other educational establishment. -
OtherMembership: string
Title:
Affiliation or Professional BodyMaximum Length:240Name of any other affiliation or professional body. -
OtherProfessionalBodyName: string
Title:
Other Professional Body NameMaximum Length:240Name of the other professional body. -
PositionEndDate: string
(date)
Title:
Position End DateDate on which the position ends. -
PositionStartDate: string
(date)
Title:
Position Start DateDate on which the position begins. -
ProfileId: integer
(int64)
Surrogate identifier for the person profile.
-
RelatedItemFlag: boolean
Title:
Related ItemMaximum Length:30Attribute specific to learning outcome. Indicates whether the membership 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 membership item. -
SourceType: string
Maximum Length:
30Code representing the source of membership item. -
Status: string
Title:
Status CodeMaximum Length:30Status of the membership. Valid values are defined in the commonLookupsLOV. -
StatusMeaning: string
Title:
StatusMaximum Length:255Meaning of the status of membership. -
SubscriptionPaymentMethod: string
Title:
Subscription Payment Method CodeMaximum Length:30Payment method of the subscription. Valid values are defined in commonLookupsLOV. -
SubscriptionPayMethodMeaning: string
Title:
Subscription Payment MethodMaximum Length:255Represent the subscription payment method for the membership. -
TitleOrPositionHeld: string
Title:
Title or Position HeldMaximum Length:240Title or position held at the membership. -
VolunteerCause: string
Title:
Volunteer CauseMaximum Length:240Volunteer cause for the membership item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : membershipItemsDFF
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_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response", "ORGANIZATION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response", "PERSON_CAREER_STATEMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response", "PERSON_CATEGORY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response", "PERSON_COMPONENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response", "PERSON_N_BOX_ASSIGNMENT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response", "PERSON_PERFORMANCE_RATING":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response", "PERSON_PLATFORM":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response", "PERSON_POTENTIAL":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response", "PERSON_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response", "PERSON_PRODUCT":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response", "PERSON_PRODUCT_PROBLEM_CODE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response", "PERSON_READINESS":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response", "PERSON_RISK":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response", "PERSON_TALENT_SCORE":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response", "POSITION_CRITICALITY":"#/components/schemas/oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response" } }
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_membershipItem_view_MembershipItemJOB__5FCRITICALITYVO-item-response
-
ORGANIZATION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__5FCRITICALITYVO-item-response
-
PERSON_CAREER_STATEMENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCAREER__5FSTATEMENTVO-item-response
-
PERSON_CATEGORY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCATEGORYVO-item-response
-
PERSON_COMPONENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FCOMPONENTVO-item-response
-
PERSON_N_BOX_ASSIGNMENT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FN__5FBOX__5FASSIGNMENTVO-item-response
-
PERSON_PERFORMANCE_RATING -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPERFORMANCE__5FRATINGVO-item-response
-
PERSON_PLATFORM -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPLATFORMVO-item-response
-
PERSON_POTENTIAL -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPOTENTIALVO-item-response
-
PERSON_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPROBLEM__5FCODEVO-item-response
-
PERSON_PRODUCT -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCTVO-item-response
-
PERSON_PRODUCT_PROBLEM_CODE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FPRODUCT__5FPROBLEM__5FCODEVO-item-response
-
PERSON_READINESS -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FREADINESSVO-item-response
-
PERSON_RISK -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FRISKVO-item-response
-
PERSON_TALENT_SCORE -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__5FTALENT__5FSCOREVO-item-response
-
POSITION_CRITICALITY -
object
oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__5FCRITICALITYVO-item-response
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemJOB__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemORGANIZATION__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPERSON__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
Nested Schema : oracle_apps_flex_hcm_profiles_core_membershipItem_view_MembershipItemPOSITION__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 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MembershipId: integer
(int64)
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
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- membershipItems
-
Parameters:
- ProfileSectionId11:
$request.path.ProfileSectionId11 - talentPersonProfilesUniqID:
$request.path.talentPersonProfilesUniqID
The membershipItems resource is the child of the membershipSections resource. It provides the list of the membership items within a membership section for a person. - ProfileSectionId11:
- sectionContextLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: SectionContext; Target Attribute: SectionContext
- Display Attribute: SectionContext, Name