Supported operations
| GET /selfDetails |
| GET /selfDetails/{id} |
Finders (1)
Finders are named, pre-built queries with bound parameters. They can search values plain
q filters cannot reach.
| Finder | Bind variables |
|---|---|
| PrimaryKey | — |
Example finder request
GET /hcmRestApi/resources/11.13.18.05/selfDetails?finder=PrimaryKey Queryable q fields (33)
Only these fields can appear in a q filter expression on
/selfDetails. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/selfDetails?q=AccessibilityMode='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AccessibilityMode | string | = != LIKE |
| AccountType | string | = != LIKE |
| ClientEncoding | string | = != LIKE |
| ColorContrast | string | = != LIKE |
| Currency | string | = != LIKE |
| DateFormat | string | = != LIKE |
| DecimalSeparator | string | = != LIKE |
| DefaultLanguage | string | = != LIKE |
| DisplayName | string | = != LIKE |
| DisplayNameLanguage | string | = != LIKE |
| EmailAddress | string | = != LIKE |
| FirstName | string | = != LIKE |
| FontSize | string | = != LIKE |
| GroupingSeparator | string | = != LIKE |
| Honors | string | = != LIKE |
| Initials | string | = != LIKE |
| KnownAs | string | = != LIKE |
| Language | string | = != LIKE |
| LastName | string | = != LIKE |
| MiddleNames | string | = != LIKE |
| NameType | string | = != LIKE |
| NumberFormat | string | = != LIKE |
| PersonNumber | string | = != LIKE |
| Photo | string | = != LIKE |
| PreNameAdjunct | string | = != LIKE |
| ServerTime | string | = != LIKE |
| Suffix | string | = != LIKE |
| Territory | string | = != LIKE |
| TimeFormat | string | = != LIKE |
| TimeZone | string | = != LIKE |
| Title | string | = != LIKE |
| UserDistinguishedName | string | = != LIKE |
| Username | string | = != LIKE |
Response fields (33)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AccessibilityModeAccountTypeClientEncodingColorContrastCurrencyDateFormatDecimalSeparatorDefaultLanguageDisplayNameDisplayNameLanguageEmailAddressFirstNameFontSizeGroupingSeparatorHonorsInitialsKnownAsLanguageLastNameMiddleNamesNameTypeNumberFormatPersonNumberPhotoPreNameAdjunctServerTimeSuffixTerritoryTimeFormatTimeZoneTitleUserDistinguishedNameUsername 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
- /recruitingCEOfferDetails Get all details of job offers
- /recruitingJobSitePostedJobs Get details about all posted requisitions
- /workerJourneyTasks Get all journey tasks
- /myBrandMeetingSurveys Get all meeting surveys
- /communicateUIEmployeeEventDetails Get all employee events
- 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