AssignmentListServicesGetAssignmentsListColumns Method |
Namespace: IngeniuxCMService
Array of column information for assignment inforamtion available
Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": {
"full": [
{
"name": "Type",
"field": "Icon",
"igxType": "IgxIcon",
"width": "36px"
},
{
"name": "Name",
"field": "Name",
"igxType": "Name",
"width": "260px"
},
{
"name": "ID",
"field": "ID",
"igxType": "xID",
"width": "60px"
},
{
"name": "Schema Name",
"field": "Type",
"igxType": "NoCase",
"width": "200px"
},
{
"name": "Language",
"field": "Locale",
"igxType": "NoCase",
"width": "120px"
},
{
"name": "Date Modified",
"field": "Changed",
"igxType": "Date",
"width": "120px"
},
{
"name": "Notes",
"field": "LastComment",
"igxType": "Comment",
"width": "auto"
}
],
"partial": [
{
"name": "Type",
"field": "Icon",
"igxType": "IgxIcon",
"width": "36px"
},
{
"name": "Name",
"field": "Name",
"igxType": "Name",
"width": "auto"
},
{
"name": "Notes",
"field": "LastComment",
"igxType": "Comment",
"width": "40px"
}
]
}
}