GET api/columns 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

  • application/json, text/json :
  • [ { "name": "sample string 1", "description": "sample string 2", "maxLength": 3 }, { "name": "sample string 1", "description": "sample string 2", "maxLength": 3 } ]