Skip to main content
GET
/
projects
/
{project_id}
/
project_cost
Get Project Costs
curl --request GET \
  --url https://api.projectcor.com/v1/projects/{project_id}/project_cost \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "title": "<string>",
    "cost": 123,
    "datetime": "2023-12-25",
    "label_id": 123,
    "project_estimate_id": 123,
    "id_project_history": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

Response

200 - application/json

List of project costs

id
integer
title
string
cost
number<float>
datetime
string<date>
label_id
integer
project_estimate_id
integer
id_project_history
integer