Supported operations
| DELETE /calculationEntries/{id} |
| GET /calculationEntries |
| GET /calculationEntries/{id} |
| PATCH /calculationEntries/{id} |
| POST /calculationEntries |
Queryable q fields (26)
Only these fields can appear in a q filter expression on
/calculationEntries. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/calculationEntries?q=AssociableTru='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AssociableTru | string | = != |
| BaseDisplayName | string | = != |
| CardDefLegislationCode | string | = != |
| CardNavigationFlow | string | = != |
| CreatedBy | string | = != |
| CreationDate | string | = != |
| DefaultCurrencyCode | string | = != |
| Description | string | = != |
| DirCardDefinitionId | integer | = != |
| DirCardId | integer | = != |
| DisplayName | string | = != |
| EffectiveEndDate | string | = != |
| EffectiveStartDate | string | = != |
| LastUpdateDate | string | = != |
| LastUpdatedBy | string | = != |
| LegislationCode | string | = != |
| LegislativeDataGroupId | integer | = != |
| NavigationUse | string | = != |
| PayrollRelationshipId | integer | = != |
| PayrollStatUnitId | integer | = != |
| PersonId | integer | = != |
| ReportingCardFlag | boolean | = != |
| SourceId | integer | = != |
| SourceType | string | = != |
| TaxReportingUnit | string | = != |
| UserExtensibleFlag | boolean | = != |
Child resources (1)
Each child is reachable at
/calculationEntries/{id}/child/<name>
and most can also be inlined with expand.
CalculationCardComponent Response fields (27)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AssociableTruBaseDisplayNameCalculationCardComponentCardDefLegislationCodeCardNavigationFlowCreatedByCreationDateDefaultCurrencyCodeDescriptionDirCardDefinitionIdDirCardIdDisplayNameEffectiveEndDateEffectiveStartDateLastUpdateDateLastUpdatedByLegislationCodeLegislativeDataGroupIdNavigationUsePayrollRelationshipIdPayrollStatUnitIdPersonIdReportingCardFlagSourceIdSourceTypeTaxReportingUnitUserExtensibleFlag 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
- /jobDistributionDetails Get the details of all job distributions
- /healthSurveys Get all health surveys
- /learningContentItems GET action not supported
- /communicateUIEmployeeEvents Get all employee events
- /personNotes Get all person notes
- Oracle HCM API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages