Background Batches
Background Batch [LIST]
Request
Endpoint
GET /api/v2/background_batches
Content-Type: application/vnd.api+jsonBody
Response
Headers
Content-Type: application/vnd.api+json; charset=utf-8
200 OKBody
{
"data": [
{
"id": "949fffcb-1c34-4913-b2f9-c30fdb63d5dd",
"type": "background_batches",
"attributes": {
"created_at": "2022-01-12T17:18:47Z",
"pending": 0,
"total": 1,
"updated_at": "2022-01-12T17:18:47Z",
"updated_in_db_at": "2022-01-12T17:18:47Z"
},
"relationships": {
"requests": {
"data": [
{
"id": "97377984-9bb8-4a20-a5ca-9513a744470a",
"type": "background_batch_requests"
}
]
}
}
}
],
"meta": {
"pagination": {
"page": 1,
"per_page": 25,
"total_count": 1,
"total_pages": 1
},
"sort": null,
"filter": {
}
}
}Fields
Background Batch [POST]
Request
Endpoint
Body
Parameters
Attributes
Relationships
Response
Headers
Body
Fields
Attributes
Relationships
Background Batch [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
Relationships
Background Batch [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated