Oracle Fusion HCM endpoint reference

Journeys REST API

Get all journey templates

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

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

Supported operations

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

Queryable q fields (22)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/journeys?q=AccessLevel='<value>'&onlyData=true&limit=25
Field Type Operators
AccessLevel string = !=
AccessLevelMeaning string = !=
AllocationCriteriaMeaning string = !=
AssignedContentType string = !=
Category string = !=
Code string = !=
CompletionCriteriaMeaning string = !=
Context string = !=
ContextualAction string = !=
CountryCode string = !=
DisplayType string = !=
FavouriteFlag boolean = !=
ForceCompletedContentType string = !=
JourneyId integer = !=
Level string = !=
LevelMeaning string = !=
LevelValue integer = !=
Name string = !=
ObjectReferenceId integer = !=
Status string = !=
SubCategory string = !=
SubjectType string = !=

Child resources (7)

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

allStepTaskscontactseventsnotespropertiestaskTypestasks

Response fields (80)

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

AccessLevelAccessLevelMeaningAllocationControlCodeAllocationCriteriaAllocationCriteriaMeaningAllocationOffsetDaysAllowAssignToDirectsFlagAllowAssignToListFlagAllowAssignToOrganizationFlagAllowAssignToPersonFlagAllowAssignToSelfFlagArchiveOffsetDaysAssignedContentDescriptionAssignedContentTitleAssignedContentTypeAssignedFeedFlagAssignedTemplateIdBackgroundImageBackgroundImageFileNameBackgroundImageSourceBackgroundImageURLBackgroundThumbnailURLCategoryCategoryMeaningCodeCombinedNotificationTemplateIdCompletedFeedFlagCompletionCriteriaCompletionCriteriaMeaningCompletionMessageCompletionOffsetDaysContextContextualActionCountryCountryCodeCreatedByCreationDateCroppedBackgroundImageDateFromDateToDeletedFeedFlagDescriptionDisplayFeaturesDisplayNameFormatDisplayTypeFavouriteFlagFeedFlagForceCompletedContentDescriptionForceCompletedContentTitleForceCompletedContentTypeForceCompletedTemplateIdInitiatedFeedFlagJourneyIdJourneyTitleLastUpdateDateLastUpdatedByLevelLevelMeaningLevelValueMessageSubTitleMessageTextMessageTitleNameObjectReferenceIdProcessingModePurgeOffsetDaysRawBackgroundImageURLRecurrentScheduleAllowedFlagStatusStatusMeaningSubCategorySubCategoryMeaningSubjectTypeallStepTaskscontactseventsnotespropertiestaskTypestasks

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