Oracle Fusion FSCM endpoint reference

Fed Fund Attributes REST API

Get all fund attributes

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

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

Supported operations

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

Queryable q fields (30)

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

Example q request

GET /fscmRestApi/resources/11.13.18.05/fedFundAttributes?q=ApportionmentCategory='<value>'&onlyData=true&limit=25
Field Type Operators
ApportionmentCategory string = !=
AuthorityDuration string = !=
BorrowingSource string = !=
BudgetEnforcementAct string = !=
BudgetSubfunction string = !=
CopyFund string = !=
CreatedBy string = !=
CreationDate string = !=
CustodialOrNonCustodial string = !=
DefaultCollectionBetcCode string = !=
DefaultCollectionBetcName string = !=
DefaultPaymentBetcCode string = !=
DefaultPaymentBetcName string = !=
DefiniteOrIndefiniteAuthority string = !=
DirectOrReimbursable string = !=
FedAccountSymbolTitle string = !=
FundCode string = !=
FundStructureInstanceId integer = !=
FundValueId integer = !=
FundingDerivationType string = !=
LastUpdateDate string = !=
LastUpdatedBy string = !=
Ledger string = !=
LedgerId integer = !=
NextYearFund string = !=
OutlaysBeaCategory string = !=
RequisitionClosingMethod string = !=
TreasuryAccountSymbol string = !=
TreasuryAccountSymbolId integer = !=
YearOfBudgetAuthority string = !=

Child resources (1)

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

fedFundAttributeDFF

Response fields (31)

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

ApportionmentCategoryAuthorityDurationBorrowingSourceBudgetEnforcementActBudgetSubfunctionCopyFundCreatedByCreationDateCustodialOrNonCustodialDefaultCollectionBetcCodeDefaultCollectionBetcNameDefaultPaymentBetcCodeDefaultPaymentBetcNameDefiniteOrIndefiniteAuthorityDirectOrReimbursableFedAccountSymbolTitleFundCodeFundStructureInstanceIdFundValueIdFundingDerivationTypeLastUpdateDateLastUpdatedByLedgerLedgerIdNextYearFundOutlaysBeaCategoryRequisitionClosingMethodTreasuryAccountSymbolTreasuryAccountSymbolIdYearOfBudgetAuthorityfedFundAttributeDFF

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