Create Project
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Specify the shortId for this project. If left blank a shortId will be generated.
A short identifier that uniquely identifies this Project within your Workspace using a single letter followed by a number. This code can be used for APIs that accept Project unique identifiers.
You can observe the short ID within the application by observing the URL of
the page you visit when you click on this project. The page’s URL will appear
in the form https://pm.app.projectmanager.com/project/board/D16
- in this
example, the ShortId
is D16
.
This id can only be set on creation, and can not be updated.
When creating a Project, you can optionally specify a Template to use to construct the Project using a collection of pre-designed Tasks.
Specifying a value in the TemplateId field will copy default settings for Tasks from your template Project into the newly created Project.
This field does not support custom templates. You must choose from a list of ProjectManager-supplied templates.
Response
True if the API call succeeded; false otherwise.