Fetch a Project by ID¶
GET https://api.copper.com/developer_api/v1/projects/{{example_project_id}}
Note that this endpoint is eligible to return computed custom field values, click here for more information.
Get project¶
curl --location --request GET "https://api.copper.com/developer_api/v1/projects/{{example_project_id}}" \
--header "X-PW-AccessToken: YOUR_TOKEN_HERE" \
--header "X-PW-Application: developer_api" \
--header "X-PW-UserEmail: YOUR_EMAIL_HERE" \
--header "Content-Type: application/json"
{
"id": 144296,
"name": "Customize Your New CRM",
"related_resource": {
"id": 9607579,
"type": "company"
},
"assignee_id": null,
"status": "Open",
"details": "Visit our settings section to discover all the ways you can customize Copper to fit your sales workflow.",
"tags": [],
"custom_fields": [],
"date_created": 1483988830,
"date_modified": 1496712857
}