- Subcategories:
- Candidate Attachments
Event Shortlisting Participants REST Endpoints
Event Shortlisting Details/Event Shortlisting Participants
The participants rest resource provides the information of the participants for which the feedback has been submitted.
- Create the feedback details of a participant
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventShortlistingDetails/{recruitingUIEventShortlistingDetailsUniqID}/child/participants - Get the feedback details of a participant
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventShortlistingDetails/{recruitingUIEventShortlistingDetailsUniqID}/child/participants/{participantsUniqID} - Get the feedback details of all the participants
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventShortlistingDetails/{recruitingUIEventShortlistingDetailsUniqID}/child/participants - Update the feedback details of a participant
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventShortlistingDetails/{recruitingUIEventShortlistingDetailsUniqID}/child/participants/{participantsUniqID}