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: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails
Event information response that's returned as part of the payload response.
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/fetchEventMetaData
Execute a specific action for event details
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/executeAction
Get all event details
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails
Get an event detail
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}
Retrieve career sites linked to events
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/getCareerSitesForEvents
Retrieve sections by the flow identifier for an event
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/fetchSectionsByFlowId
Update event detail
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}