REST Resources and Supported Operations
Because the Common Features guide includes REST resources from multiple cloud services, you may find it useful to read this topic to understand how they differ.
Review the list that captures the types of resources in this guide, their functionality, the REST end points, and the HTTP methods, query parameters, and the framework they support.
- Implementation
and Administration Resources: Allows you to maintain application
data and export and import setup data.
- Resource list: Announcements, Audit Report, Audit Setup, Profile Values, Setup Task CSV Exports, Setup Task CSV Imports, and Setup Task CSV Template Exports
- Path:
/fscmRestApi/resources/<version>/<resource-name> - Supported HTTP methods:
GET,POST,PATCH, andDELETE. - Supported collection resource parameters:
qandfinderparameters for queryinglimitandoffsetparameters for paginated responseorderByparameter for sorting the response items
- ADF REST framework version: choose the version that suits your business needs
- System
for Cross-Domain Identity Management (SCIM) Resources: Allows
you to manage users and roles. Enables you to keep track of changes
made to feed-enabled user requests resource.
- Resource list: Bulk, Resource Types, Roles, Schemas, User Requests, and Users
- Path:
/hcmRestApi/scim/<resource-name> - Supported HTTP methods:
GET,POST,PUT,PATCH, andDELETE. - Supported collection resource parameters:
attributesparameter for queryingfilterparameter for filteringcountandstartIndexparameters for paginated responsesortByparameter for sorting the response items
- ADF REST framework version: not applicable
- Business Process Management (BPM) Resources: Allows you to manage tasks and view workflow task lists.
- Resource list: Manage Tasks
- Path:
/bpm/api/<version>/<resource-name> - Supported HTTP
methods:
GET,POST,PUT, andDELETE. - Supported collection
resource parameters:
limitandoffsetparameters for paginated responseorderByparameter for sorting the response items- See Query Parameters section for the
Get and Get all methods of each resource. For example, use
priorityquery parameter for Get a task list to query tasks with priority 2,/bpm/api/4.0/tasks?priority=2.
- ADF REST framework version: not applicable