Return list metadata

get

/api/v1/ui/applications

This API returns the metadata associated with the application list as per the configured list formats. Quick filters and column details are returned. The dataPath attribute in FieldInfo indicates the json path where the data is returned in the data API.

Request

Query Parameters
Back to Top

Response

Supported Media Types

200 Response

The application list metadata as per the configuration.
Body ()
Root Schema : ListContextMetadata
Type: object
Match All
Show Source
Nested Schema : Singular Resource
Type: object
Title: Singular Resource
Oracle base singular resource schema definition.
Show Source
Nested Schema : ListContextMetadata-allOf[1]
Type: object
Show Source
Nested Schema : listFormats
Type: array
Details of list formats configured.
Show Source
Nested Schema : ListFormat
Match All
Show Source
Nested Schema : ListFormat-allOf[1]
Type: object
Show Source
Nested Schema : advanceFilterInfo
Type: array
Show Source
Nested Schema : ColumnInfo
Type: object
Show Source
Nested Schema : quickFilterInfo
Type: array
Show Source
Nested Schema : FilterInformation
Type: object
Show Source
Nested Schema : defaultValues
Type: array
Show Source
Nested Schema : filterOperators
Type: array
Show Source
Nested Schema : possibleValues
Type: array
Show Source
Nested Schema : values
Type: array
Show Source
Nested Schema : FieldInfo
Type: object
Show Source

400 Response

The specified context ID or format ID is invalid.
Body ()
Root Schema : Represents an error response.
Type: object
Title: Represents an error response.
Represents an error response.
Show Source
Nested Schema : additionalProperties
Type: object
Any additional properties apart from code, message or description.
Nested Schema : errors
Type: array
Show Source
Nested Schema : Represents a generic error.
Type: object
Title: Represents a generic error.
Represents a generic error.
Show Source

Default Response

Unexpected error.
Back to Top