This commit is contained in:
@@ -79,16 +79,12 @@ Response:
|
||||
"next": "http://localhost:7575/api/v8/DataList/List?DataListKey=TestWidgetDataList&pageNo=3&pageSize=2",
|
||||
"last": "http://localhost:7575/api/v8/DataList/List?DataListKey=TestWidgetDataList&pageNo=50&pageSize=2"
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"cm": "df",
|
||||
"dt": 0,
|
||||
"ay": 2
|
||||
},
|
||||
"columns": [
|
||||
{
|
||||
"cm": "WidgetName",
|
||||
"dt": 4,
|
||||
"ay": 2
|
||||
"ay": 2,
|
||||
"rid":1
|
||||
},
|
||||
{
|
||||
"cm": "WidgetSerial",
|
||||
@@ -123,7 +119,7 @@ Response:
|
||||
|
||||
`Previous` or `next` properties will contain "null" instead of an url on boundaries where there is no record to link to.
|
||||
`columns` collection is the list of columns returned in the same order as the individual data arrays for each object.
|
||||
Note that the `df` column is the default column and contains the object type and id to open for that row which guarantees an openable object for the row regardless of which columns are templated to be returned.
|
||||
Note that the column with the `rid` flag is the default row ID column and contains the object type and id to open for that row which guarantees an openable object for the row regardless of which columns are set to be returned.
|
||||
|
||||
### PUT RESPONSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user