[POST] Create Batch
Use this request to create a new Batch in a given Workspace.
You can use batches to process and organize Tasks together.
Create Batch
POST
/api/v1.0/external/sdbatch
Body application/json CreateBatchRequest
CreateBatchRequest
displayName
string
A required display name for your batch.
description
string
(optional)
An optional description for your batch.
workspaceId
integer
(optional)
Example Request
Responses
Response Body GetBatchResponse
GetBatchResponse
batchId
integer
The unique identifier assigned to your batch.
workspaceId
integer
The workspace ID you assigned to this batch, or the ID of the default Workspace in your Organization, if none was provided.
displayName
string
The display name you assigned to your batch.
description
string
(optional)
The description you provided to your batch.
createdOn
datetime
UTC timestamp of when the batch was created in our system.
totalTasks
integer
The total number of tasks assigned to this batch. Will always equal zero when the task is created.
totalTasksInHistory
integer
The total number of tasks in history assigned to this batch. Will always equal zero when the task is created.
Last updated