GET api/columns/lookup Authentication required
Use this method to get all columns available
Request
No URI or Body Parameter required
Response
Returns all columns available
Output : array of objects (See Model)Ouput Sample
[
{
"name": "sample string 1",
"description": "sample string 2",
"maxLength": 3
},
{
"name": "sample string 1",
"description": "sample string 2",
"maxLength": 3
}
]