TeamGriddeveloper
post/task-recurrences/previewWrite operation

Preview a draft task recurrence

Use this operation to preview a draft task recurrence. The server validates the complete payload and derives workspace ownership from the authenticated credential. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request.

Required scopes
task-recurrences:writetasks:readtasks:write
Interactive request builder

Prepare this request

Build locally · nothing is sent
Region
Generated cURL

The builder does not execute requests or persist credentials. Replace the environment-variable placeholder only in your terminal or secret-aware runtime.

Request body

application/json
context
object

The context associated with this task recurrence preview.

count
integer

The count associated with this task recurrence preview.

Default: 20

from
stringdate-time

ISO 8601 timestamp for from.

required
TaskRecurrencePolicyInput

The policy associated with this task recurrence preview.

TaskRecurrenceTemplateInput

The template associated with this task recurrence preview.

until
stringdate-time

ISO 8601 timestamp for until.

Responses

9
200A deterministic, bounded draft preview with no persisted side effects.application/json
Response schemaapplication/json
required
TaskRecurrencePreview

Public API representation of task recurrence preview.

required
ResponseMeta

Public API representation of meta.

202An encrypted, recoverable asynchronous preview operation.application/json
Response schemaapplication/json
required
TaskRecurrenceOperation

Public API representation of task recurrence operation.

required
ResponseMeta

Public API representation of meta.

400The request is invalid.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

401The bearer credential is missing, invalid, expired, or revoked.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

403The credential has insufficient scope.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

413The policy exceeds the synchronous preview complexity budget.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

429The credential or source exceeded its rate limit.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

502The cell-local application returned an invalid response.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

503A required cell-local dependency is unavailable.application/json
Response schemaapplication/json
required
array<ApiError>

The errors associated with this error.

required
ResponseMeta

Request metadata, including the request identifier and pagination state when applicable.

Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.