Supported operations
| GET /learningContentItems |
| GET /learningContentItems/{id} |
| PATCH /learningContentItems/{id} |
| POST /learningContentItems |
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/learningContentItems?finder=PrimaryKey Queryable q fields (25)
Only these fields can appear in a q filter expression on
/learningContentItems. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/learningContentItems?q=AssessmentCode='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AssessmentAttempts | integer | = != |
| AssessmentCode | string | = != |
| AssessmentMasteryScore | number | = != |
| AssessmentScoreVisibleToAdministrator | string | = != |
| AssessmentScoreVisibleToLearner | string | = != |
| AssessmentTimeLimit | number | = != |
| AssessmentTimeLimitUOM | string | = != |
| CompletedAssessmentVisibleToLearner | string | = != |
| ContentId | integer | = != |
| Description | string | = != |
| EndDate | string | = != |
| FileName | string | = != |
| IngestionStatus | string | = != |
| ItemNumber | string | = != |
| MarkCompleteOnOpen | string | = != |
| ReplaceStatus | string | = != |
| StartDate | string | = != |
| Status | string | = != |
| ThumbnailURL | string | = != |
| Title | string | = != |
| TrackingType | string | = != |
| URL | string | = != |
| UUID | string | = != |
| UploadAuthToken | string | = != |
| UploadLocation | string | = != |
Response fields (25)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AssessmentAttemptsAssessmentCodeAssessmentMasteryScoreAssessmentScoreVisibleToAdministratorAssessmentScoreVisibleToLearnerAssessmentTimeLimitAssessmentTimeLimitUOMCompletedAssessmentVisibleToLearnerContentIdDescriptionEndDateFileNameIngestionStatusItemNumberMarkCompleteOnOpenReplaceStatusStartDateStatusThumbnailURLTitleTrackingTypeURLUUIDUploadAuthTokenUploadLocation 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
- /healthSurveys Get all health surveys
- /communicateUIEmployeeEvents Get all employee events
- /recruitingCECandidates Get all details of recruitingCECandidates
- /jobDistributionDetails Get the details of all job distributions
- /calculationEntries Get all calculation cards
- 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