Oracle Fusion HCM endpoint reference

Recruiting CE Job Application Drafts REST API

Get all application drafts

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

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

Supported operations

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

Queryable q fields (31)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingCEJobApplicationDrafts?q=ApplyMode='<value>'&onlyData=true&limit=25
Field Type Operators
APPDraftId integer = !=
ApplyMode string = !=
AreaCode string = !=
CandLastModifiedDate string = !=
CandidateNumber string = !=
ContentLanguage string = !=
CountryCode string = !=
CreatedBy string = !=
CreationDate string = !=
CustomAction string = !=
DraftId integer = !=
DraftSource string = !=
Email string = !=
EmailAddress string = !=
FlowId integer = !=
LastAccessedOn string = !=
LastJobExecutionDate string = !=
LastUpdateDate string = !=
LastUpdateLogin string = !=
LastUpdatedBy string = !=
LegalDescriptionVersionId integer = !=
ModificationDate string = !=
ObjectStatus string = !=
ObjectVersionNumber integer = !=
PhoneNumber string = !=
PreferredChannel string = !=
ProposedCandidateNumber string = !=
RequisitionNumber string = !=
SiteNumber string = !=
StepActionUsageId integer = !=
SubmissionId integer = !=

Child resources (1)

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

attachments

Response fields (33)

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

APPDraftIdApplyModeAreaCodeCandLastModifiedDateCandidateNumberContentContentLanguageCountryCodeCreatedByCreationDateCustomActionDraftIdDraftSourceEmailEmailAddressFlowIdLastAccessedOnLastJobExecutionDateLastUpdateDateLastUpdateLoginLastUpdatedByLegalDescriptionVersionIdModificationDateObjectStatusObjectVersionNumberPhoneNumberPreferredChannelProposedCandidateNumberRequisitionNumberSiteNumberStepActionUsageIdSubmissionIdattachments

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