Body
Required
-
subteam_id
string Subteam ID
-
name
string Required Name
-
description
string Description
-
demo
boolean Demo
-
template_id
string Template ID
-
nice_id
string Nice ID
-
access_type
string Access Type
-
project_type
string Project Type
-
default_tasks_view
string Default Task View
-
disabled
array[string] Disabled
Responses
-
201 application/json
The resource created successfully
-
The client request has not been completed because it lacks valid authentication credentials for the requested resource.
-
The client does not have access rights to the content.
-
The request method is known by the server but is not supported by the target resource.
POST
/api/v1.0/projects
curl \
--request POST https://openapi.niftypm.com/api/v1.0/projects \
--header "Content-Type: application/json" \
--data '{"subteam_id":"string","name":"string","description":"string","demo":true,"template_id":"string","nice_id":"string","access_type":"string","project_type":"string","default_tasks_view":"string","disabled":["string"]}'
Request examples
{
"subteam_id": "string",
"name": "string",
"description": "string",
"demo": true,
"template_id": "string",
"nice_id": "string",
"access_type": "string",
"project_type": "string",
"default_tasks_view": "string",
"disabled": [
"string"
]
}
Response examples (201)
{
"id": "string",
"nice_id": "string",
"name": "string",
"description": "string",
"initials": "string",
"logo": "string",
"color": "string",
"secondary_color": "string",
"demo": true,
"archived": true,
"auto_milestones": true,
"default_tasks_view": "string",
"access_type": "string",
"owner": "string",
"members": [
"string"
],
"general_discussion": "string",
"subteam": "string",
"progress": 42.0,
"joined": true,
"general_discussion_muted": true,
"email": "string",
"zoom_id": "string",
"zoom_password": "string",
"zoom_join_url": "string",
"webex_id": "string",
"webex_password": "string",
"webex_join_url": "string",
"enabled_modules": [
"string"
],
"disabled_modules": [
"string"
],
"disabled_widgets": "milestones",
"hidden_taskboard_fields": "description",
"repo": "string",
"total_story_points": 42.0,
"completed_story_points": 42.0,
"pinned_message": "string",
"pinned_by": "string",
"completion_groups": [
"string"
],
"doc_root_folder": {},
"file_root_folder": {},
"removed": true,
"rollups": [
"string"
],
"list_columns_order": [
"string"
],
"hidden_list_columns": [
"string"
],
"integrations": [
"string"
]
}