Oracle Fusion FSCM endpoint reference

Expense Delegations REST API

Get all expense delegations

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

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

Supported operations

GET /expenseDelegations
GET /expenseDelegations/{id}
PATCH /expenseDelegations/{id}
POST /expenseDelegations

Finders (3)

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

Finder Bind variables
FindByPerson
FindByPersonId
PrimaryKey

Example finder request

GET /fscmRestApi/resources/11.13.18.05/expenseDelegations?finder=FindByPerson

Queryable q fields (15)

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

Example q request

GET /fscmRestApi/resources/11.13.18.05/expenseDelegations?q=Comments='<value>'&onlyData=true&limit=25
Field Type Operators
Comments string = !=
CreatedBy string = !=
CreationDate string = !=
DelegateName string = !=
DelegatePersonId integer = !=
DelegationId integer = !=
EnableAccountsFlag boolean = !=
EnableProjectsFlag boolean = !=
EndDate string = !=
InactiveEmployeeFlag boolean = !=
LastUpdateDate string = !=
LastUpdateLogin string = !=
LastUpdatedBy string = !=
PersonId integer = !=
PersonName string = !=

Response fields (15)

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

CommentsCreatedByCreationDateDelegateNameDelegatePersonIdDelegationIdEnableAccountsFlagEnableProjectsFlagEndDateInactiveEmployeeFlagLastUpdateDateLastUpdateLoginLastUpdatedByPersonIdPersonName

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