Supported operations
| GET /positions |
| GET /positions/{id} |
Queryable q fields (35)
Only these fields can appear in a q filter expression on
/positions. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/positions?q=ActiveStatus='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| ActiveStatus | string | = != |
| BudgetAmount | number | = != |
| BudgetAmountCurrency | string | = != |
| BudgetedPositionFlag | boolean | = != |
| BusinessUnitId | integer | = != |
| CalculateFTE | string | = != |
| CostCenter | string | = != |
| CreationDate | string | = != |
| DelegatePositionId | integer | = != |
| DepartmentId | integer | = != |
| EffectiveEndDate | string | = != |
| EffectiveStartDate | string | = != |
| EntryGradeId | integer | = != |
| EntryStepId | integer | = != |
| FTE | number | = != |
| FullPartTime | string | = != |
| FundedByExistingPositionFlag | boolean | = != |
| GradeLadderId | integer | = != |
| HeadCount | integer | = != |
| HiringStatus | string | = != |
| JobId | integer | = != |
| LastUpdateDate | string | = != |
| LocationId | integer | = != |
| Name | string | = != |
| OverlapAllowedFlag | boolean | = != |
| PositionCode | string | = != |
| PositionId | integer | = != |
| PositionType | string | = != |
| ProbationPeriod | number | = != |
| RegularTemporary | string | = != |
| SeasonalEndDate | string | = != |
| SeasonalFlag | boolean | = != |
| SeasonalStartDate | string | = != |
| SecurityClearance | string | = != |
| GradeId | integer | = != |
Child resources (4)
Each child is reachable at
/positions/{id}/child/<name>
and most can also be inlined with expand.
PositionCustomerFlexextraInformationlegislativeExtraInformationvalidGrades Response fields (38)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
ActiveStatusBudgetAmountBudgetAmountCurrencyBudgetedPositionFlagBusinessUnitIdCalculateFTECostCenterCreationDateDelegatePositionIdDepartmentIdEffectiveEndDateEffectiveStartDateEntryGradeIdEntryStepIdFTEFullPartTimeFundedByExistingPositionFlagGradeLadderIdHeadCountHiringStatusJobIdLastUpdateDateLocationIdNameOverlapAllowedFlagPositionCodePositionCustomerFlexPositionIdPositionTypeProbationPeriodRegularTemporarySeasonalEndDateSeasonalFlagSeasonalStartDateSecurityClearanceextraInformationlegislativeExtraInformationvalidGrades 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
- /recruitingJobRequisitions Get all recruiting job requisitions
- /personProcessResults Unique identifier for the payroll
- /jobs Identifier of the job valid grade to be provided when using alternate key finder on jobs valid grades.
- /elementEntries Get all element entries
- /locations Get all locations
- 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