Skip to main content
POST
Create

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
properties
object
required

A map of additional property names to their values, represented as a string-to-string object.

series
object
required
taskId
integer<int64>
required

The unique identifier for the task, represented as an integer in int64 format.

Response

successful operation

id
string
required

The unique identifier for the task series, represented as a string.

properties
object
required

A map of custom property names to their values, where each value is a string.

series
object
required
createdAt
string<date-time>

The date and time when the task series was created, in ISO 8601 format.

updatedAt
string<date-time>

The date and time when the task series was last updated, in ISO 8601 format.

Last modified on July 31, 2026