Oracle Fusion HCM endpoint reference

Communicate UI Employee Event Details REST API

Get all employee events

GET https://your-pod.oraclecloud.com/hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud HCM: 31 queryable q fields, and 3 child resources. Unsure how q works? See the Oracle HCM API guide.

Supported operations

DELETE /communicateUIEmployeeEventDetails/{id}
GET /communicateUIEmployeeEventDetails
GET /communicateUIEmployeeEventDetails/{id}
PATCH /communicateUIEmployeeEventDetails/{id}
POST /communicateUIEmployeeEventDetails

Queryable q fields (31)

Only these fields can appear in a q filter expression on /communicateUIEmployeeEventDetails. Filtering on any other field returns 400 Bad Request.

Example q request

GET /hcmRestApi/resources/11.13.18.05/communicateUIEmployeeEventDetails?q=BannerImageURL='<value>'&onlyData=true&limit=25
Field Type Operators
BannerImageURL string = !=
CategoryCodes string = !=
CategoryDescriptions string = !=
City string = !=
CityGeographyId integer = !=
Country string = !=
CountryCode string = !=
EmployeeEventId integer = !=
EmployeeEventLocationId integer = !=
EndDate string = !=
EventLastModifiedDate string = !=
EventNumber string = !=
EventStatus string = !=
EventStatusCode string = !=
Format string = !=
FormatCode string = !=
LastRegisterDate string = !=
MaximumCapacity integer = !=
MaximumCapacityInperson integer = !=
MaximumCapacityVirtual integer = !=
Name string = !=
RegisteredCount integer = !=
RegisteredCountInperson integer = !=
RegisteredCountVirtual integer = !=
StartDate string = !=
State string = !=
StateGeographyId integer = !=
StatusUpdatedDate string = !=
TimezoneCode string = !=
TimezoneDescription string = !=
WebConfLink string = !=

Child resources (3)

Each child is reachable at /communicateUIEmployeeEventDetails/{id}/child/<name> and most can also be inlined with expand.

eventMessageseventMetricsowners

Response fields (37)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

BannerImageURLCategoryCodesCategoryDescriptionsCityCityGeographyIdCountryCountryCodeDescriptionEmployeeEventIdEmployeeEventLocationIdEndDateEventLastModifiedDateEventNumberEventStatusEventStatusCodeFormatFormatCodeLastRegisterDateLocationDetailsMaximumCapacityMaximumCapacityInpersonMaximumCapacityVirtualMeetingDetailsNameRegisteredCountRegisteredCountInpersonRegisteredCountVirtualStartDateStateStateGeographyIdStatusUpdatedDateTimezoneCodeTimezoneDescriptionWebConfLinkeventMessageseventMetricsowners

Build this query visually in OPAL

OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.

Related reference & reading