Get available columns for the specified table

get

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

The result contains all available columns for the specified table

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : Metadata for columns
Type: object
The column properties of a table
Show Source

403 Response

You do not have access to the resource.

404 Response

The table does not exist
Back to Top