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