Zoho Creator · Example Payload

Bulk Job Status Response

Low-CodeApplication DevelopmentNo-CodeFormsRecordsWorkflowsDatabaseCRUDBusiness Applications

Bulk Job Status Response is an example object payload from Zoho Creator, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessagedata

Example Payload

Raw ↑
{
  "code": 3000,
  "message": "Data fetched successfully",
  "data": {
    "job_id": "3894000000022001",
    "status": "COMPLETED",
    "operation": "INSERT",
    "created_time": "2024-06-12T10:00:00+05:30",
    "result": {
      "total_records": 2,
      "success_count": 2,
      "failure_count": 0
    }
  }
}