Projects
Response: HTTP 200, application/json (Hide)
POST /companies
Payload:
1 2 3
{
"name": "Client Company"
}Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
{
"single": {
"id": 2,
"class": "Company",
"url_path": "\/companies\/2",
"name": "Client Company",
"members": [],
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"is_archived": false,
"created_on": 1430164570,
"created_by_id": 1,
"updated_on": 1430164570,
"updated_by_id": 1,
"address": null,
"phone": null,
"homepage_url": null,
"tax_id": null,
"currency_id": null,
"is_owner": false,
"has_note": false
},
"hourly_rates": {
"1": 100
},
"active_projects_count": 0
}Sleeping for 1 seconds
Sleeping for 1 seconds
Response: HTTP 200, application/json (Hide)
PUT /complete/project/4
Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
{
"single": {
"id": 4,
"class": "Project",
"url_path": "\/projects\/4",
"name": "Completed Client Project",
"completed_on": 1430164573,
"completed_by_id": 1,
"is_completed": true,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164573,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 2,
"leader_id": 1,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-44fba1A@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
},
"category": null,
"hourly_rates": {
"1": 100
},
"label_ids": [],
"task_lists": null
}Projects can be listed per company. To demonstrate, we have created two projects for owner company, and two projects for a client company. Second of the two client projects is completed:
Response: HTTP 200, application/json (Hide)
GET /projects
Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
[
{
"id": 2,
"class": "Project",
"url_path": "\/projects\/2",
"name": "Internal Project #2",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164571,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 1,
"leader_id": 0,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-5C9mhXM@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
},
{
"id": 3,
"class": "Project",
"url_path": "\/projects\/3",
"name": "Open Client Project",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164571,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 2,
"leader_id": 1,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-S6FYQgO@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
},
{
"id": 1,
"class": "Project",
"url_path": "\/projects\/1",
"name": "Internal Project #1",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164570,
"created_by_id": 1,
"updated_on": 1430164570,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 1,
"leader_id": 0,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-z7sCqUQ@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
}
]Response: HTTP 200, application/json (Hide)
GET /projects/archive
Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
[
{
"id": 4,
"class": "Project",
"url_path": "\/projects\/4",
"name": "Completed Client Project",
"completed_on": 1430164573,
"completed_by_id": 1,
"is_completed": true,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164573,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 2,
"leader_id": 1,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-44fba1A@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
}
]Lets check internal projects:
Response: HTTP 200, application/json (Hide)
GET /companies/1/projects
Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
[
{
"id": 2,
"class": "Project",
"url_path": "\/projects\/2",
"name": "Internal Project #2",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164571,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 1,
"leader_id": 0,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-5C9mhXM@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
},
{
"id": 1,
"class": "Project",
"url_path": "\/projects\/1",
"name": "Internal Project #1",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164570,
"created_by_id": 1,
"updated_on": 1430164570,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 1,
"leader_id": 0,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-z7sCqUQ@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
}
]Now lets check client projects:
Response: HTTP 200, application/json (Hide)
GET /companies/2/projects
Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
[
{
"id": 4,
"class": "Project",
"url_path": "\/projects\/4",
"name": "Completed Client Project",
"completed_on": 1430164573,
"completed_by_id": 1,
"is_completed": true,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164573,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 2,
"leader_id": 1,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-44fba1A@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
},
{
"id": 3,
"class": "Project",
"url_path": "\/projects\/3",
"name": "Open Client Project",
"completed_on": null,
"completed_by_id": null,
"is_completed": false,
"members": [
1
],
"category_id": 0,
"label_id": 0,
"is_trashed": false,
"trashed_on": null,
"trashed_by_id": 0,
"created_on": 1430164571,
"created_by_id": 1,
"updated_on": 1430164571,
"updated_by_id": 1,
"body": null,
"body_formatted": "",
"company_id": 2,
"leader_id": 1,
"currency_id": 2,
"template_id": 0,
"based_on_type": null,
"based_on_id": null,
"email": "notifications+m2p-S6FYQgO@mail.manageprojects.com",
"is_tracking_enabled": true,
"is_client_reporting_enabled": false,
"budget": null,
"count_tasks": 0,
"count_discussions": 0,
"count_files": 0,
"count_notes": 0
}
]