Oracle Fusion HCM endpoint reference

Element Entries REST API

Get all element entries

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

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

Supported operations

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

Queryable q fields (26)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/elementEntries?q=AssignmentNumber='<value>'&onlyData=true&limit=25
Field Type Operators
AssignmentNumber string = !=
AutomaticEntry string = !=
ClassificationId integer = !=
CreatedBy string = !=
CreationDate string = !=
CreatorType string = !=
EffectiveEndDate string = !=
EffectiveStartDate string = !=
ElementEntryId integer = !=
ElementName string = !=
ElementTypeId integer = !=
EntrySequence integer = !=
EntryType string = !=
InputCurrencyCode string = !=
LastUpdateDate string = !=
LastUpdatedBy string = !=
LegCode string = !=
LegDataGroupId integer = !=
PayrollRelationshipNumber string between
PersonId integer = !=
PersonNumber string = !=
PrimaryClassification string = !=
ProcessingType string = !=
Reason string = !=
Subpriority integer = !=
UsageLevel string = !=

Child resources (4)

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

ElementEntryHistoryProcessingHistoryStandardEntryUsageelementEntryValues

Response fields (39)

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

AssignmentIdAssignmentNumberAutomaticEntryCategoryClassificationIdCreatedByCreationDateCreatorTypeCreatorTypeDisplayValueEffectiveEndDateEffectiveStartDateElementEntryHistoryElementEntryIdElementNameElementTypeIdEntrySequenceEntryTypeInputCurrencyCodeIntentLastUpdateDateLastUpdatedByLegCodeLegDataGroupIdOverrideFlagPayrollRelationshipNumberPersonIdPersonNumberPrimaryClassificationProcessingHistoryProcessingTypeProcessingTypeDisplayValueReasonRetroActiveEntryFlagSecondaryClassificationSettlementDateStandardEntryUsageSubpriorityUsageLevelelementEntryValues

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