Oracle Fusion HCM endpoint reference

Worker Journey Tasks REST API

Get all journey tasks

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

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

Supported operations

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

Queryable q fields (18)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/workerJourneyTasks?q=AttachmentTypeTags='<value>'&onlyData=true&limit=25
Field Type Operators
AttachmentTypeTags string = !=
DocumentTypeTags string = !=
JourneyCategory string = !=
JourneyCode string = !=
JourneyInstance string = !=
JourneyName string = !=
JourneyPersonId integer = !=
LearningContentTypeMeaning string = !=
Name string = !=
ParentWorkerJourneyId integer = !=
ProcessingMode string = !=
RequiredFlag boolean = !=
SignerAuthentication string = !=
Status string = !=
TargetEndDate string = !=
VideoTypeMeaning string = !=
WorkerJourneyId integer = !=
WorkerJourneyTaskId integer = !=

Child resources (7)

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

attachmentsdocumentslearningItemsnotificationspropertiesquestionnaireResponsestasksDFF

Response fields (165)

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

AccessActivityAccessAttachmentsAccessCommentsAccessContactAccessGuidedJourneyAccessNotesActionAddToCalendarActionAddToCalendarLabelActionCompleteActionCompleteLabelActionEditActionEditDueDateActionReassignActionRejectActionRejectLabelActionRemoveActionReopenActionSaveActionSaveLabelActionURLActivityAction1LabelActivityAction2LabelActivityAction3LabelActivityAction4LabelActivityAction5LabelActualEndDateActualStartDateAddAttachmentsToDORFlagAddToCalendarAgentCodeForCompletionAgentCodeForSaveAllowAttachmentFlagAllowCommentFlagAllowNoteTitleFlagAllowNotesContentFlagAllowPrecedingTaskFlagAnalysisParametersAnalysisPathAnalyticsSubTypeApplicationTaskNameAttachmentDocumentTypeIdAttachmentTypeTagsAuthenticationFormatAuthenticationInstructionTextCommentsCompletedByDisplayNameCompletedByPersonIdCompletedFeedFlagCompletionDateConfigurableFormContextContentProviderCodeCreatedByCreationDateDeferredStartDateDeletedFeedFlagDependentTaskIdDependentTaskNameDescriptionDisplayOptionsDocumentTypeIdDocumentTypeNameDocumentTypeTagsDynamicNotesSourceDynamicNotesTypeEmbeddedApplicationTaskCodeEmbeddedApplicationTaskTypeIdEnableEmailFlagEnableExpiryFlagEnableSignatureFlagErrorDetailsErrorMessageErrorTypeExpiryDateExpiryDurationExpiryRelativeToExpiryRelativeToMeaningFeedFlagGuidedJourneyCodeGuidedJourneyTaskCodesInitiatedFeedFlagJourneyActionDateJourneyAssignmentIdJourneyCategoryJourneyCodeJourneyInstanceJourneyNameJourneyPersonIdJourneyPersonNameJourneyPersonNumberJourneySubCategoryJourneySubCategoryMeaningLastUpdateDateLastUpdatedByLearnCommunityIdLearnEnrollmentIdLearnEnrollmentTypeLearningContentTypeLearningContentTypeMeaningLearningItemIdNameNoteTitleNotesObjectReferenceIdOpenInSamePageFlagOpenReportInSamePageFlagOwnerNameOwnerPersonIdOwnerTypeOwnerTypeMeaningOwnerWorkEmailAddressParentWorkerJourneyIdPerformerNamePerformerPersonIdPerformerTypePerformerTypeMeaningProcessingModeQuestionnaireIdQuestionnaireNameReassignedFeedFlagReminderDurationReminderRecurrenceReminderRelativeToReportPathRequiredFlagSaveAttachmentsToDORForSaveAttachmentsToDORForMeaningSaveDocumentsToDORForSaveDocumentsToDORForMeaningSequenceSignAddressSignDateSignatureImageDataSignatureNameValidationSignatureValidationModeSignerAuthenticationSignerEmailSignerNameStatusStatusCategoryStatusMeaningSubTypeSubTypeMeaningTargetDurationTargetDurationUOMTargetEndDateTargetStartDateTaskCompletionEnabledFlagTypeTypeMeaningVideoTypeVideoTypeMeaningVideoURLWorkAuthorizationProgressStatusWorkAuthorizationProgressStatusMeaningWorkAuthorizationVerificationStatusWorkAuthorizationVerificationStatusMeaningWorkerJourneyIdWorkerJourneyTaskIdattachmentsdocumentslearningItemsnotificationspropertiesquestionnaireResponsestasksDFF

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