Background Batches
Background Batches Documentation
Background Batch [LIST]
Background Batch [LIST]
Request
Endpoint
Body
Response
Headers
Body
Fields
data
Type
[Bulk Background]
Description An array of Bulk Background Objects
Background Batch [POST]
an individual element of the
requests
array
You are required to include at least one request relationship.
Each request must have a path
If you include
%{default_account_list_id}
template in your path string it will substitute the user's default_account_list_id
Request
Endpoint
Body
Parameters
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Relationships
requests.data
Type
[Bulk Background Request]
Description An array of Bulk Background Requests references for the Bulk Background
Required No
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
pending
Type
integer
Description The total number of requests still to be processed
total
Type
integer
Description The total number of requests
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
requests.data
Type
[Bulk Background Request]
Description An array of Bulk Background Requests references for the Bulk Background
Background Batch [GET]
Background Batch [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Type
date
Description The timestamp of when this resource was created
pending
Type
integer
Description The total number of requests still to be processed
total
Type
integer
Description The total number of requests
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
requests.data
Type
[Bulk Background Request]
Description An array of Bulk Background Requests references for the Bulk Background
Background Batch [DELETE]
Background Batch [DELETE]
Request
Endpoint
Body
Response
Headers
Body
Last updated