GET api/TableMasterColumn?table={table}&column={column}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| table | No documentation available. |
Define this parameter in the request URI. |
| column | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"column_id": 1,
"table_id": 2,
"column_name": "sample string 3",
"column_size": 4,
"column_type": "sample string 5",
"column_nullable": true
},
{
"column_id": 1,
"table_id": 2,
"column_name": "sample string 3",
"column_size": 4,
"column_type": "sample string 5",
"column_nullable": true
},
{
"column_id": 1,
"table_id": 2,
"column_name": "sample string 3",
"column_size": 4,
"column_type": "sample string 5",
"column_nullable": true
}
]
application/xml, text/xml
Sample:
<ArrayOfspSel_mastertable_column_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.TableImporter">
<spSel_mastertable_column_Result>
<column_id>1</column_id>
<column_name>sample string 3</column_name>
<column_nullable>true</column_nullable>
<column_size>4</column_size>
<column_type>sample string 5</column_type>
<table_id>2</table_id>
</spSel_mastertable_column_Result>
<spSel_mastertable_column_Result>
<column_id>1</column_id>
<column_name>sample string 3</column_name>
<column_nullable>true</column_nullable>
<column_size>4</column_size>
<column_type>sample string 5</column_type>
<table_id>2</table_id>
</spSel_mastertable_column_Result>
<spSel_mastertable_column_Result>
<column_id>1</column_id>
<column_name>sample string 3</column_name>
<column_nullable>true</column_nullable>
<column_size>4</column_size>
<column_type>sample string 5</column_type>
<table_id>2</table_id>
</spSel_mastertable_column_Result>
</ArrayOfspSel_mastertable_column_Result>