Get column information

get/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/columns/{columnName}

Returns information about a single column.

Request Samples

1

Response Samples

1{
2 "index": 0,
3 "format": "string",
4 "formattedLength": 0,
5 "label": "string",
6 "name": "string",
7 "numberFormatDecimals": 0,
8 "numberFormatLength": 0,
9 "rawLength": 0,
10 "type": "string",
11 "version": 0,
12 "indexed": true
13}

Path Parameters

NameTypeRequiredDescription
caslibName
string
true

The name of the Caslib containing the table.

columnName
string
true

The name of the column contained in the table.

serverName
string
true

The name of the server containing the Caslib.

tableName
string
true

The name of table for which column info is requested.

Query Parameters

NameTypeRequiredDescription
sessionId
string
false

The optional ID of the session containing the Caslib. If unspecified, only tables in global caslibs will be accessible.

Responses

StatusMeaningDescription
200OK

The requested column information was returned.

Schema
400Bad Request

The request was invalid.

Schema
404Not Found

The requested CAS server or Caslib does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.