Create Npt
Creates a new Npt
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Request
The data used to create the Npt
assignees
Specify a list of resources to assign to this NPT
description
This field contains the task’s “Note” or “Description”, which is a description of the work to be done to complete the task.
Within the ProjectManager application, you can use this field as follows:
- When in the Board or List view, click on a task to open the task panel, then edit the “Description” field.
name
The common name of this Task.
plannedFinishDate
The date when work on this Task is expected to complete.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone.
plannedStartDate
The date when work on this Task is planned to begin.
This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone.
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
A Npt is a task that does not belong to the project. It is only visible to the person who created it, and the users assigned to it.
NPT's are a lightweight version of a project task.