Oracle Fusion HCM endpoint reference

Worker Journeys REST API

Get all worker journeys

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

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

Supported operations

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

Queryable q fields (20)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/workerJourneys?q=AccessLevel='<value>'&onlyData=true&limit=25
Field Type Operators
AccessLevel string = !=
ActionDate string = !=
AllocationDate string = !=
BackgroundImageURL string = !=
Category string = !=
Code string = !=
Context string = !=
ContextualAction string = !=
CountryCode string = !=
DisplayType string = !=
InitiatorDisplayName string = !=
Instance string = !=
JourneyId integer = !=
Level string = !=
LevelValue integer = !=
Name string = !=
PersonId integer = !=
Status string = !=
SubCategory string = !=
WorkerJourneyId integer = !=

Child resources (8)

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

allStepTaskscontactseventsnotespropertiestaskCountstaskTypestasks

Response fields (84)

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

AccessAssignmentIdAccessBasicInformationAccessCompletedTasksAccessContactSectionAccessDeferredTasksAccessEventsAccessLevelAccessLevelMeaningAccessNotesAccessOthersTasksActionAddTaskActionAddTaskFromLibraryActionDateActionEditActionForceCloseActionOccurrenceIdActionRemoveAllocationDateAllowSaveAsTemplateFlagArchiveOffsetDaysAssignedDateAssignedDateForSortAssignedFeedFlagAssignmentIdAssignmentNameBackgroundImageSourceBackgroundImageURLBackgroundThumbnailURLCategoryCategoryMeaningCodeCommentsCompletedFeedFlagCompletionCriteriaCompletionCriteriaMeaningCompletionDateCompletionMessageCompletionOffsetDaysContextContextualActionCountryCountryCodeCreatedByCreationDateDeletedFeedFlagDescriptionDisplayNameDisplayTypeFeedFlagInitiatedFeedFlagInitiatorDisplayNameInitiatorPersonIdInstanceJourneyDisplayNameJourneyIdJourneyTitleLastUpdateDateLastUpdatedByLevelLevelMeaningLevelValueMessageSubTitleMessageTextMessageTitleMultiPerformerEnabledNameObjectIdObjectReferenceIdPersonIdPersonNumberPurgeOffsetDaysStatusStatusMeaningSubCategorySubCategoryMeaningWorkerJourneyIdallStepTaskscontactseventsnotespropertiestaskCountstaskTypestasks

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