Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 433 Bytes

batch-job-response.md

File metadata and controls

27 lines (19 loc) · 433 Bytes

Batch Job Response

Structure

BatchJobResponse

Fields

Name Type Tags Description
Batchjob models.BatchJob Required -

Example (as JSON)

{
  "batchjob": {
    "id": 54,
    "finished_at": "2016-03-13T12:52:32.123Z",
    "row_count": 62,
    "created_at": "2016-03-13T12:52:32.123Z",
    "completed": "completed4"
  }
}