Event Translations REST Endpoints

Event Details/Event Translations
The event translations resource provides the translations of event details for multilingual recruiting events.
Add an event translation
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventTranslation
Delete an event translation
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventTranslation/{eventTranslationUniqID}
Get all event translations
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventTranslation
Get an event translation
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventTranslation/{eventTranslationUniqID}
Update an event translation
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/{EventId}/child/eventTranslation/{eventTranslationUniqID}