Get column information
get/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/columns/{columnName}
Returns information about a single column.
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": true13}
Name | Type | Required | Description |
---|---|---|---|
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. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The requested column information was returned. | Schema | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested CAS server or Caslib does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |