Create a Deadline
Use this endpoint to create a deadline with the input payload. A deadline tracks a due date for a report and, optionally, the template that should be used to fulfill it.
Headers
The authorization token in the 'Bearer ' format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
The unique identifier of the Organization associated with the request.
Optional idempotency key for safe retries. If omitted, the server may generate one automatically.
See Retries and idempotency for details.
Body
The input payload to create a deadline.
Human-readable name of the deadline.
Type of the deadline (e.g., regulatory, custom).
How often the deadline recurs (e.g., monthly, annual).
The date and time when the deadline is due, in RFC 3339 format.
Color used to visually identify the deadline (hex format).
Optional description of the deadline.
Number of days before the due date when notifications start.
Months of the year (1-12) in which the deadline applies.
Unique identifier of the template used to fulfill the deadline (UUID).
Whether the deadline is active.
Response
Indicates that the deadline was successfully created.
Details about a deadline.
Unique identifier of the deadline (UUID).
Human-readable name of the deadline.
Description of the deadline.
Type of the deadline (e.g., regulatory, custom).
How often the deadline recurs (e.g., monthly, annual).
The date and time when the deadline is due, in RFC 3339 format.
Color used to visually identify the deadline (hex format).
Number of days before the due date when notifications start.
Months of the year (1-12) in which the deadline applies.
Unique identifier of the template used to fulfill the deadline (UUID).
Name of the template used to fulfill the deadline.
Current status of the deadline (e.g., pending, overdue, delivered).
Whether the deadline is active.
Timestamp marking when the deadline was delivered, if applicable.
Timestamp marking when the deadline was created.
Timestamp marking the last update to the deadline.

