Employee Event Registrants REST Endpoints
Employee Event Registrants
The endpoint returns a paginated list of employee event registrants.
- Create an employee event registrant
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents - Delete an employee event registrant
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents/{EmployeeEventRespondentId} - Get a single employee event registrant
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents/{EmployeeEventRespondentId} - Get all employee event registrants
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents - Retrieve employee event registrants
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents/action/findByAdvancedSearchQuery - Update an employee event registrant
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventRespondents/{EmployeeEventRespondentId}