Retrieve recurring task
Retrieve details of a specific task series using its unique identifier. This endpoint allows you to access the properties and series information associated with the specified taskId. It is useful for obtaining detailed information about a task series, including any custom properties.
Supported products
Supported products
Scope requirements
Scope requirements
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the task series to retrieve. This is required to specify which task series you are interested in.
Query Parameters
A comma-separated list of property names to include in the response. This allows you to specify which properties of the task series you want to retrieve.
Response
successful operation
The unique identifier for the task series, represented as a string.
A map of custom property names to their values, where each value is a string.
The date and time when the task series was created, in ISO 8601 format.
The date and time when the task series was last updated, in ISO 8601 format.