Get Columns Metadata of Table

get

/pds/rest-service/dataservice/metadata/columns/{tableName}

Send a request to this endpoint to fetch specified table columns info for specified configuration name. This endpoint will returns all columns associate with requested table and configuration name.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : List<MDColumnRO>
Type: array
Title: List<MDColumnRO>
Show Source
Nested Schema : MDColumnRO
Type: object
Title: MDColumnRO
The column properties of a table.
Show Source

400 Response

Bad Request

500 Response

Internal Server Error
Back to Top