How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Dashx APIS API

The dashxApis API from Oracle — 12 operation(s) for dashxapis.

Oracle Dashx APIS API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 18 operations across 12 paths, and defines 18 schemas. It is described by OpenAPI 3.2.0, at version 20200901.

Requests are made against 2 base URLs: http://127.0.0.1/20200901, https://127.0.0.1/20200901.

18 operations 12 paths 18 schemas 2 DELETE9 GET5 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20200901
Base URL
https://{host}:{port}/ords/
Resource Areas
1

Paths & Operations 18

Across 12 paths, the API surfaces 18 operations — 2 DELETE, 9 GET, 5 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

dashxApis 18
GET
/managementDashboards
Gets the list of dashboards in a compartment with pagination.
ListManagementDashboards 8 params → 200400401404412429500default
POST
/managementDashboards
Creates a new dashboard.
CreateManagementDashboard 2 params body → 200400401404409429500default
GET
/managementDashboards/actions/exportDashboard/{exportDashboardId}
Exports dashboards and their saved searches.
ExportDashboard 4 params → 200400401404412429500default
POST
/managementDashboards/actions/importDashboard
Imports dashboards and their saved searches. If the dashboard or the saved search already exists then it is updated.
ImportDashboard 6 params body → 200400401404409412429500
DELETE
/managementDashboards/{managementDashboardId}
Deletes a dashboard by ID.
DeleteManagementDashboard 3 params → 202400401404412429500default
GET
/managementDashboards/{managementDashboardId}
Gets a dashboard and its saved searches by ID.
GetManagementDashboard 3 params → 200400401404409412429500
PUT
/managementDashboards/{managementDashboardId}
Updates an existing dashboard.
UpdateManagementDashboard 4 params body → 200400401404409412429500
POST
/managementDashboards/{managementDashboardId}/actions/changeCompartment
Moves the dashboard to a new compartment.
ChangeManagementDashboardsCompartment 4 params body → 200400401404409412429500
GET
/managementSavedSearches
Gets the list of saved searches in a compartment with pagination.
ListManagementSavedSearches 8 params → 200400401404412429500default
POST
/managementSavedSearches
Creates a new saved search.
CreateManagementSavedSearch 2 params body → 200400401404409429500default
DELETE
/managementSavedSearches/{managementSavedSearchId}
Deletes a saved search by ID.
DeleteManagementSavedSearch 3 params → 202400401404412429500default
GET
/managementSavedSearches/{managementSavedSearchId}
Gets a saved search by ID.
GetManagementSavedSearch 3 params → 200400401404409412429500
PUT
/managementSavedSearches/{managementSavedSearchId}
Updates an existing saved search.
UpdateManagementSavedSearch 4 params body → 200400401404409412429500
POST
/managementSavedSearches/{managementSavedSearchId}/actions/changeCompartment
Moves the saved search to a new compartment.
ChangeManagementSavedSearchesCompartment 4 params body → 200400401404409412429500
GET
/oobManagementDashboards
Gets the list of OOB dashboards
ListOobManagementDashboards 7 params → 200400401404429500default
GET
/oobManagementDashboards/{managementDashboardId}
Gets an OOB dashboard and its saved searches by ID.
GetOobManagementDashboard 2 params → 200400401404409429500default
GET
/oobManagementSavedSearches
Gets the list of out-of-the-box saved searches in a compartment with pagination.
ListOobManagementSavedSearches 7 params → 200400401404429500default
GET
/oobManagementSavedSearches/{managementSavedSearchId}
Gets an out-of-the-box saved search by ID.
GetOobManagementSavedSearch 2 params → 200400401404409429500default

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are ManagementDashboard (31 properties), ManagementSavedSearch (27 properties), ManagementSavedSearchSummary (26 properties), ManagementDashboardForImportExportDetails (24 properties). Each schema is shown below with its type and property counts.

UpdateManagementDashboardDetails
object
Properties of a dashboard. Dashboard ID must not be provided.
22 properties
UpdateManagementSavedSearchDetails
object
Properties of a saved search. Saved search ID must not be provided.
20 properties
ManagementDashboardCollection
object
List of dashboards.
1 property 1 required
ManagementDashboardExportDetails
object
Array of dashboards to export. Response from export must be directly acceptable to import (compartmentIds may have to be changed).
1 property 1 required
ManagementDashboardSummary
object
Summary of the properties of a dashboard.
22 properties 20 required
ManagementDashboardImportDetails
object
Array of dashboards to import.
3 properties 1 required
CreateManagementDashboardDetails
object
Properties of a dashboard. ID of the dashboard must only be provided for Out-of-the-Box (OOB) dashboards.
23 properties 17 required
ManagementDashboard
object
Properties of a dashboard, including dashboard ID.
31 properties 25 required
ManagementSavedSearchForImportDetails
object
Properties of a saved search.
21 properties 16 required
ChangeManagementSavedSearchesCompartmentDetails
object
Compartment to which the saved search is being moved.
1 property 1 required
Error
object
Error Information.
2 properties 2 required
ManagementDashboardForImportExportDetails
object
Properties of a dashboard, including dashboard ID and saved searches, for import purposes.
24 properties 19 required
CreateManagementSavedSearchDetails
object
Properties of a saved search.
21 properties 15 required
ManagementSavedSearch
object
Properties of a saved search.
27 properties 21 required
ChangeManagementDashboardsCompartmentDetails
object
Compartment to which the dashboard is being moved.
1 property 1 required
ManagementSavedSearchCollection
object
List of saved searches.
1 property 1 required
ManagementSavedSearchSummary
object
Summary of the properties of a saved search.
26 properties 21 required
ManagementDashboardTileDetails
object
Properties of the dashboard tile representing a saved search. Tiles are laid out in a twelve column grid system with (0,0) at upper left corner.
13 properties 11 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-dashxapis-api-openapi.yml Raw ↑

Other APIs Oracle publishes across the network.

Oracle Database REST APIs
Oracle Integration Cloud API
Oracle Fusion Cloud Applications API
Oracle Fusion Cloud Financials REST API
Oracle Fusion Cloud HCM REST API
Oracle Fusion Cloud CX Sales and Service REST API
Oracle Fusion Cloud SCM REST API
Oracle Fusion Cloud Procurement REST API
Oracle Content Management API
OCI Generative AI API
OCI AI Vision API
OCI AI Language API
Where this information came from

This is an independent, third-party profile of Oracle Dashx APIS API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.