latestOpenAPI 3.0.32026-08-22149327338.9 KB

d4db007b26b2

import

Import a project

Imports a project with its original timestamps. Unlike POST /projects, this does not fire triggers, notifications, realtime updates, or analytics, and it accepts created_at and updated_at.

Rate limit: 20 requests per minute

post/import/projects

Request body

account_idstring required

The ID of the account this project belongs to.

created_atstring

The time the project was created in the system it is being imported from, in RFC 3339 format. Defaults to now. format: date-time

customer_portal_visibleboolean

Whether the project is visible in the customer portal. Defaults to false.

description_htmlstring

Description HTML for this project.

end_datestring

End date for this project, in RFC 3339 format. format: date-time

namestring required

The name of the project.

owner_idstring

The ID of the user who owns this project.

start_datestring

Start date for this project, in RFC 3339 format. format: date-time

statusstring

The status of the project. One of not_started, in_progress, or completed. Defaults to not_started.

updated_atstring

The time the project was last updated in the system it is being imported from, in RFC 3339 format. Defaults to now. format: date-time

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "health": {
        "value": "on_track"
      }
    }
  }
}