GET v1/integration/{integrationID}/columns
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| integrationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GridColumnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ColumnOrder |
Column Order |
integer |
None. |
| ColumnHeader |
Column Header |
string |
None. |
| FieldName |
Data Field Name |
string |
None. |
| Width |
Column Width |
integer |
None. |
| Format | string |
None. |
|
| IsHidden | boolean |
None. |
|
| IsFrozenLeft | boolean |
None. |
|
| IsFrozenRight | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"columnOrder": 1,
"columnHeader": "sample string 2",
"fieldName": "sample string 3",
"width": 4,
"format": "sample string 5",
"isHidden": true,
"isFrozenLeft": true,
"isFrozenRight": true
}