A record associated with a batch in which a particular action was performed.
createdAt | string <date-time> The time the batch_item was created at. |
data | string <= 16777215 characters The data requested to execute the batch item. |
failed | boolean
Whether this batch item failed during processing. |
info | string <= 767 characters A description of the failure if one exists. |
state | string <= 255 characters
The current state of the batch item. |
{- "createdAt": "2019-08-24T14:15:22Z",
- "data": "string",
- "failed": true,
- "info": "string",
- "state": "string"
}
data (object) or links (object) (batch) The batch associated with this record. |
{- "batch": {
- "data": {
- "id": 0,
- "type": "batch"
}
}
}
{- "data": [
- {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "data": "string",
- "failed": true,
- "info": "string",
- "state": "string"
}, - "id": 0,
- "relationships": {
- "batch": {
- "data": {
- "id": 0,
- "type": "batch"
}
}
}, - "type": "string"
}
]
}
{- "data": {
- "attributes": {
- "createdAt": "2019-08-24T14:15:22Z",
- "data": "string",
- "failed": true,
- "info": "string",
- "state": "string"
}, - "id": 0,
- "relationships": {
- "batch": {
- "data": {
- "id": 0,
- "type": "batch"
}
}
}, - "type": "string"
}
}