Get all available tableColumns
Method | /GetTableColumns |
The request body is of type GetTableColumns.
Name | Description | Data Type |
---|---|---|
tableId | xml:int | |
fieldName | xml:string | |
overridableOnly | BooleanFilter | |
fieldType | ColumnFieldType |
|
The response body is of type GetTableColumnsResponse.
Name | Description | Data Type |
---|---|---|
GetTableColumnsResult | ArrayOfTableColumnInfo |
|