{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/ene006/table' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"offset": 0,
"pageNumber": 0,
"draw": 0,
"columns": [
{
"name": "string",
"searchText": "string",
"searchType": "string",
"orderType": "string"
}
],
"sort": [
{
"direction": "ASC",
"property": "string",
"ignoreCase": true,
"nullHandling": "NATIVE"
}
],
"conditions": [
{
"field": "string",
"opt": "string",
"values": [
{}
]
}
]
}'
{
"data": [
{
"id": 0,
"name": "",
"type": 0,
"countSpot": 0,
"generationTime": "",
"startTime": "",
"completionTime": "",
"status": 0,
"meterReadingPersonnel": ""
}
],
"total": 0,
"filtered": 0,
"pageNumber": 0,
"draw": 0,
"recordsFiltered": 0,
"recordsTotal": 0
}