Oracle Fusion FSCM endpoint reference

Journal Batches REST API

Get all batches

GET https://your-pod.oraclecloud.com/fscmRestApi/resources/11.13.18.05/journalBatches

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

Supported operations

DELETE /journalBatches/{id}
GET /journalBatches
GET /journalBatches/{id}
PATCH /journalBatches/{id}

Finders (2)

Finders are named, pre-built queries with bound parameters. They can search values plain q filters cannot reach.

Finder Bind variables
JournalsFinder
PrimaryKey

Example finder request

GET /fscmRestApi/resources/11.13.18.05/journalBatches?finder=JournalsFinder

Queryable q fields (30)

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

Example q request

GET /fscmRestApi/resources/11.13.18.05/journalBatches?q=AccountedPeriodType='<value>'&onlyData=true&limit=25
Field Type Operators
AccountedPeriodType string = !=
ActualFlagMeaning string = !=
ApprovalStatusMeaning string = !=
ApproverEmployeeName string = !=
BatchDescription string = !=
BatchName string = !=
ChartOfAccountsName string = !=
CompletionStatusMeaning string = !=
ControlTotal number = !=
CreatedBy string = !=
CreationDate string = !=
DefaultPeriodName string = !=
ErrorMessage string = !=
FundsStatusMeaning string = !=
JeBatchId integer = !=
LastUpdateDate string = !=
LastUpdatedBy string = !=
ParentJeBatchName string = !=
PostedDate string = !=
PostingRunId integer = !=
RequestId integer = !=
ReversalMethodMeaning string = !=
RunningTotalAccountedCr number = !=
RunningTotalAccountedDr number = !=
RunningTotalCr number = !=
RunningTotalDr number = !=
Status string = !=
StatusMeaning string = !=
UserJeSourceName string = !=
UserPeriodSetName string = !=

Child resources (5)

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

batchAttachmentjournalActionLogsjournalBatchDFFjournalErrorsjournalHeaders

Response fields (38)

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

AccountedPeriodTypeActualFlagMeaningApprovalStatusMeaningApproverEmployeeNameBatchDescriptionBatchNameChartOfAccountsNameCompletionStatusMeaningControlTotalCreatedByCreationDateDefaultPeriodNameErrorMessageFundsStatusMeaningJeBatchIdLastUpdateDateLastUpdatedByParentJeBatchNamePostedDatePostingRunIdRequestIdReversalDateReversalFlagReversalMethodMeaningReversalPeriodRunningTotalAccountedCrRunningTotalAccountedDrRunningTotalCrRunningTotalDrStatusStatusMeaningUserJeSourceNameUserPeriodSetNamebatchAttachmentjournalActionLogsjournalBatchDFFjournalErrorsjournalHeaders

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