Get a specific Oracle APEX Dataset

get

/apex/workspaces/{workspace_name}/datasets/{dataset_name}

This service returns a representation of the specified Oracle APEX Dataset. The representation data will be a metadata about the Oracle APEX Dataset from APEX_DR_DATASETS view. See APEX documentation for more information. A client requires SQL Developer or SQL Administrator role.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The specified Oracle APEX Dataset.
Body ()
Root Schema : DatasetItem
Type: object
This object represents a single row on APEX_DR_DATASETS
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Examples

400 Response

Bad Request - The dataset does not exist.
Back to Top