v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Projects

Returns a specific project

get/projects/{projectId}

Path parameters

projectIdinteger required

Project id

Response

Project

Example response

{
  "data": {
    "id": 1,
    "first_line": "Refurbishment of HQ",
    "icon": "fa-folder-open",
    "custom_number": "P-12345",
    "customer_id": 1,
    "title": "Refurbishment of HQ",
    "description": "This is a project description",
    "project_nr": "P-12345",
    "source": "manual",
    "sales_volume": "5000.00"
  }
}