Create Meeting

Creates a new Meeting for the current user. If you specify an assignee for this Meeting, that user will be assigned to it. If you do not specify an assignee, the Meeting will be automatically assigned to you.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

The data used to create the Meeting
namestringOptional
The common name of this Task.
descriptionstring or nullOptional
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.
startDatestringOptionalformat: "date-time"

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. time needs to be in 15-minute increments, valid values are 0, 15, 30, 45

durationMinutesinteger or nullOptional

The duration (in 15-minute increments) for this Meeting.

assigneeslist of strings or nullOptional
Specify a list of resources to assign to this NPT
priorityinteger or nullOptional
The numeric of the Priority for this Meeting
projectIdstring or nullOptionalformat: "uuid"
The unique identifier of the Project for this Meeting

Response

Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successboolean or null

True if the API call succeeded; false otherwise.

hasErrorboolean or null
True if the API call failed.
statusCodeenum or null
The HTTP code of the response.
dataobject or null
A Meeting 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. Meeting's are a lightweight version of a project task.