Create a new action item

Creates a new action item for the specified client with the provided details

Allowed values for patchable fields:

  • status: Not Started, In Progress, Review, Completed, Not Applicable
  • roadmap: 3 months, 6 months, 12 months
  • priority: High, Medium, Low, Critical
  • currency: USD, EUR, AUD, CAD, SEK, NZD, SGD, INR
  • efforts_in_hours: must be zero or a positive number
  • cost: must be zero or a positive number
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the client

Body Params

Request payload for creating a new action item

string
required
length ≥ 1

Title or name of the action item. Should be concise and descriptive.

string

Detailed description providing more context about the action item.

string
enum
^(Not Started|In Progress|Review|Completed|Not Applicable)$
Defaults to Not Started

Status of the action item.

Allowed:
string

Specific corrective actions or steps that need to be taken to resolve the issue.

string

Email of the person responsible for completing this action item.

string

Department or team responsible for the action item.

int32
0 to 8

Estimated effort required to complete the action item, in hours.

string
enum
^(3 months|6 months|12 months)$

Roadmap or implementation plan outlining the steps to complete the action item.

Allowed:
string
enum
required
^(High|Medium|Low|Critical)$
Defaults to High

Priority level indicating the importance and urgency of the action item.

Allowed:
string

The date when work on the action item is scheduled to begin.

string

The planned date by which the action item should be completed.

string

The actual date when work on the action item was started.

string

The actual date when the action item was completed.

string
required
^(USD|EUR|AUD|CAD|SEK|NZD|SGD|INR)$
Defaults to USD

ISO currency code for cost estimation.

int32

Estimated or actual cost associated with the action item.

string

Key milestones or checkpoints for tracking progress of the action item.

string

Description of any changes made to the original milestones or plan.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json