Special Project Items REST Endpoints

Talent Person Profiles/Special Project Sections/Special Project Items
The specialProjectItems resource is the child of the specialProjectSections resource. It provides the list of the special project items within a special project section for a person.
Create a special project item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/specialProjectSections/{ProfileSectionId1}/child/specialProjectItems
Delete a special project item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/specialProjectSections/{ProfileSectionId1}/child/specialProjectItems/{ProjectId}
Get a special project item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/specialProjectSections/{ProfileSectionId1}/child/specialProjectItems/{ProjectId}
Get all special project items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/specialProjectSections/{ProfileSectionId1}/child/specialProjectItems
Update a special project item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/specialProjectSections/{ProfileSectionId1}/child/specialProjectItems/{ProjectId}