Skip to main content
GET
/
projects
/
{project_id}
/
project_estimate
Get Project Estimates
curl --request GET \
  --url https://api.projectcor.com/v1/projects/{project_id}/project_estimate \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "title": "<string>",
    "cost": "<string>",
    "datetime": "2023-12-25",
    "currency_id": 123,
    "fee_id": 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 estimates

id
integer
title
string
cost
string
datetime
string<date>
currency_id
integer
fee_id
integer