Get available columns for the specified table

get

/data/rest/dataservice/columns/{tableName}

The result contains all available columns for the specified table

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

API success
Body ()
Root Schema : List<MDColumnRO>
Type: array
Title: List<MDColumnRO>
Show Source
Nested Schema : MDColumnRO
Type: object
Title: MDColumnRO
Show Source

403 Response

You do not have access to the resource.

404 Response

The table does not exist
Back to Top