Oracle Fusion HCM endpoint reference

Recruiting My Job Applications REST API

Get all my job applications in opportunity marketplace

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

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

Supported operations

GET /recruitingMyJobApplications
GET /recruitingMyJobApplications/{id}
POST /recruitingMyJobApplications

Queryable q fields (26)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingMyJobApplications?q=Action='<value>'&onlyData=true&limit=25
Field Type Operators
Action string = !=
ActionResponseMessage string = !=
ActiveFlag boolean = !=
ConfirmedFlag boolean = !=
HiringManager string = !=
HiringManagerPersonId string = !=
JobFunction string = !=
OfferId integer = !=
Organization string = !=
OtherJobLocationCount integer = !=
PipelineRequisitionFlag boolean = !=
PipelineSubmissionId integer = !=
PreferredLanguage string = !=
PrimaryJobLocation string = !=
PrimaryWorkLocation string = !=
ProposedStartDateLabelFlag boolean = !=
RemoteOpportunity string = !=
RequisitionNumber string = !=
ShowJobActionFlag boolean = !=
ShowOfferActionFlag boolean = !=
ShowWithdrawActionFlag boolean = !=
StartDate string = !=
Status string = !=
SubmissionDate string = !=
SubmissionId integer = !=
Title string = !=

Child resources (2)

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

SubmissionScheduledInterviewsUnscheduledInterviewRequests

Response fields (28)

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

ActionActionResponseMessageActiveFlagConfirmedFlagHiringManagerHiringManagerPersonIdJobFunctionOfferIdOrganizationOtherJobLocationCountPipelineRequisitionFlagPipelineSubmissionIdPreferredLanguagePrimaryJobLocationPrimaryWorkLocationProposedStartDateLabelFlagRemoteOpportunityRequisitionNumberShowJobActionFlagShowOfferActionFlagShowWithdrawActionFlagStartDateStatusSubmissionDateSubmissionIdSubmissionScheduledInterviewsTitleUnscheduledInterviewRequests

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