{
"orderCol": "start",
"dir": "DESC",
"offset": 0,
"length": 10,
"where": [
{
"start >=": "2020-06-26 16:00:00"
}
]
}
json (application/json)
POST
200 (Success)
400 (Bad Request)
401 (Invalid authentication)
{
"status": "ok",
"message": "OK",
"data": {
"rows": {
"1": {
"id": 2425,
"cron_web2tipcars_run_id": 122,
"web_id": null,
"object": "CRON",
"statement": "START",
"result": "OK",
"message": "Start exporting cars.",
"time": null,
"created": "2020-07-15T09:05:40+02:00",
"externalUrl": null
}
}
}
}