Projects API
Get, list, create and manage projects
| Endpoint | Method | Type | Path |
|---|---|---|---|
| Acknowledge check-in | POST | mutation | /api/external/v1/projects/acknowledge_check_in |
| Close | POST | mutation | /api/external/v1/projects/close |
| Count children | GET | query | /api/external/v1/projects/count_children |
| Create | POST | mutation | /api/external/v1/projects/create |
| Create check-in | POST | mutation | /api/external/v1/projects/create_check_in |
| Create contributor | POST | mutation | /api/external/v1/projects/create_contributor |
| Create contributors | POST | mutation | /api/external/v1/projects/create_contributors |
| Create discussion | POST | mutation | /api/external/v1/projects/create_discussion |
| Create key resource | POST | mutation | /api/external/v1/projects/create_key_resource |
| Create milestone | POST | mutation | /api/external/v1/projects/create_milestone |
| Create milestone comment | POST | mutation | /api/external/v1/projects/create_milestone_comment |
| Delete | POST | mutation | /api/external/v1/projects/delete |
| Delete contributor | POST | mutation | /api/external/v1/projects/delete_contributor |
| Delete key resource | POST | mutation | /api/external/v1/projects/delete_key_resource |
| Delete milestone | POST | mutation | /api/external/v1/projects/delete_milestone |
| Get | GET | query | /api/external/v1/projects/get |
| Get check-in | GET | query | /api/external/v1/projects/get_check_in |
| Get contributor | GET | query | /api/external/v1/projects/get_contributor |
| Get discussion | GET | query | /api/external/v1/projects/get_discussion |
| Get key resource | GET | query | /api/external/v1/projects/get_key_resource |
| Get milestone | GET | query | /api/external/v1/projects/get_milestone |
| Get retrospective | GET | query | /api/external/v1/projects/get_retrospective |
| List | GET | query | /api/external/v1/projects/list |
| List check-ins | GET | query | /api/external/v1/projects/list_check_ins |
| List contributors | GET | query | /api/external/v1/projects/list_contributors |
| List discussions | GET | query | /api/external/v1/projects/list_discussions |
| List milestone tasks | GET | query | /api/external/v1/projects/list_milestone_tasks |
| List milestones | GET | query | /api/external/v1/projects/list_milestones |
| Move to space | POST | mutation | /api/external/v1/projects/move_to_space |
| Pause | POST | mutation | /api/external/v1/projects/pause |
| Resume | POST | mutation | /api/external/v1/projects/resume |
| Search | GET | query | /api/external/v1/projects/search |
| Search parent goal | GET | query | /api/external/v1/projects/search_parent_goal |
| Search potential contributors | GET | query | /api/external/v1/projects/search_potential_contributors |
| Update champion | POST | mutation | /api/external/v1/projects/update_champion |
| Update check-in | POST | mutation | /api/external/v1/projects/update_check_in |
| Update contributor | POST | mutation | /api/external/v1/projects/update_contributor |
| Update description | POST | mutation | /api/external/v1/projects/update_description |
| Update discussion | POST | mutation | /api/external/v1/projects/update_discussion |
| Update due date | POST | mutation | /api/external/v1/projects/update_due_date |
| Update key resource | POST | mutation | /api/external/v1/projects/update_key_resource |
| Update milestone | POST | mutation | /api/external/v1/projects/update_milestone |
| Update milestone description | POST | mutation | /api/external/v1/projects/update_milestone_description |
| Update milestone due date | POST | mutation | /api/external/v1/projects/update_milestone_due_date |
| Update milestone kanban | POST | mutation | /api/external/v1/projects/update_milestone_kanban |
| Update milestone ordering | POST | mutation | /api/external/v1/projects/update_milestone_ordering |
| Update milestone title | POST | mutation | /api/external/v1/projects/update_milestone_title |
| Update name | POST | mutation | /api/external/v1/projects/update_name |
| Update parent goal | POST | mutation | /api/external/v1/projects/update_parent_goal |
| Update permissions | POST | mutation | /api/external/v1/projects/update_permissions |
| Update retrospective | POST | mutation | /api/external/v1/projects/update_retrospective |
| Update reviewer | POST | mutation | /api/external/v1/projects/update_reviewer |
| Update start date | POST | mutation | /api/external/v1/projects/update_start_date |
| Update task statuses | POST | mutation | /api/external/v1/projects/update_task_statuses |