- Subcategories:
- Available Languages
- Candidate Attachments
- Career Sites Associated with an Event
- Event Interview Details
- Event Media Resources
- Event Team Members
- Event Translations
- Large Object (LOB) Attributes - EventDescHtml
- Large Object (LOB) Attributes - EventShortDesc
- Recruiting Event Location
Event Details REST Endpoints
Event Details
The event details resource provides all the primary details and attributes of a recruiting event.
- Create an event detail
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails
- Event information response that's returned as part of the payload response.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/fetchEventMetaData
- Execute a specific action for event details
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/executeAction
- Get all event details
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails
- Get an event detail
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}
- Retrieve career sites linked to events
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/getCareerSitesForEvents
- Retrieve sections by the flow identifier for an event
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/fetchSectionsByFlowId
- Update event detail
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}