Oracle Fusion FSCM endpoint reference

Expense Templates REST API

Get all expense templates

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

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

Supported operations

GET /expenseTemplates
GET /expenseTemplates/{id}

Finders (2)

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

Finder Bind variables
PrimaryKey
findByOrgIdAndDate

Example finder request

GET /fscmRestApi/resources/11.13.18.05/expenseTemplates?finder=PrimaryKey

Queryable q fields (29)

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

Example q request

GET /fscmRestApi/resources/11.13.18.05/expenseTemplates?q=BusinessUnit='<value>'&onlyData=true&limit=25
Field Type Operators
AllowRcptMissingFlag boolean = !=
BusinessUnit string = !=
CashReceiptRequiredFlag boolean = !=
CashReceiptRequiredLimit number = !=
CcReceiptRequiredFlag boolean = !=
CcReceiptRequiredLimit number = !=
CreatedBy string = !=
CreationDate string = !=
Description string = !=
DescriptionBehaviour string = !=
DescriptionBehaviourCode string = !=
DfltCcExpTypeId integer = !=
DispRcptViolationFlag boolean = !=
EnableCcMappingFlag boolean = !=
ExpenseTemplateId integer = !=
InactiveDate string = !=
LastUpdateDate string = !=
LastUpdateLogin string = !=
LastUpdatedBy string = !=
LocationBehaviour string = !=
LocationBehaviourCode string = !=
MerchantBehaviour string = !=
MerchantBehaviourCode string = !=
Name string = !=
NegativeRcptRequiredFlag boolean = !=
NumberOfDaysBehaviour string = !=
NumberOfDaysBehaviourCode string = !=
OrgId integer = !=
StartDate string = !=

Child resources (2)

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

expenseTypesmobileExpenseTypes

Response fields (31)

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

AllowRcptMissingFlagBusinessUnitCashReceiptRequiredFlagCashReceiptRequiredLimitCcReceiptRequiredFlagCcReceiptRequiredLimitCreatedByCreationDateDescriptionDescriptionBehaviourDescriptionBehaviourCodeDfltCcExpTypeIdDispRcptViolationFlagEnableCcMappingFlagExpenseTemplateIdInactiveDateLastUpdateDateLastUpdateLoginLastUpdatedByLocationBehaviourLocationBehaviourCodeMerchantBehaviourMerchantBehaviourCodeNameNegativeRcptRequiredFlagNumberOfDaysBehaviourNumberOfDaysBehaviourCodeOrgIdStartDateexpenseTypesmobileExpenseTypes

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