Retrieve a project

Retrieve a specific project with its UUID.

GET /aos/v1/projects/{projectId}

Query params

Parameter Type Mandatory
projectId string (uuid) yes

Response

Status: 200 OK
{
  "project": {
    "id": "97740900-803b-4582-a67d-ab7a2fc71107",
    "organization_id": "97740901-3431-4290-a799-ba27d1161508",
    "name": "Arc de Triomphe",
    "construction_type": "collective_building",
    "managers": [
      {
        "id": "97740901-f1ed-4d54-a21c-747bfb9058a8",
        "first_name": "User",
        "last_name": "Name",
        "phone": "+33000000000",
        "mobile": null
      },
      {
        "id": "97740902-2478-472e-8d6f-b771b80a8e03",
        "first_name": "User2",
        "last_name": "Name2",
        "phone": "+33000000000",
        "mobile": "+33000000000"
      }
    ],
    "end_of_offer_date": "2019-07-30T22:00:00.000000Z",
    "trade_list_id": "97740902-da4a-4413-b8e6-f207e3e72820",
    "description": "Mise en place de signalisation pour les automobilistes",
    "response_type": null,
    "published_on_chantier_prive": false,
    "tenders_closing_activated": false,
    "contributors": {
      "architect": "Saqara Architecte",
      "project_manager_consultant": null,
      "scheduling_management_coordination": null,
      "construction_supervisors": null
    },
    "customer": {
      "id": "97740903-21fd-484c-8d72-7ec981ad4c68",
      "name": "SAQARA IMMOBILIER",
      "country": "fr",
      "is_archived": false
    },
    "site_address": {
      "number": "1",
      "primary_address": "Place Charles-de-Gaulle",
      "secondary_address": null,
      "zip_code": "75008",
      "city": "PARIS",
      "country": "FR",
      "locality": null,
      "geo": {
        "coordinates": [
          0.000000,
          0.000000
        ],
        "type": "Point"
      }
    },
    "optional_dates": {
      "noc": "2019-04-16T22:00:00.000000Z",
      "commencement_works_construction": "2019-05-14T22:00:00.000000Z",
      "end_works_construction": "2020-04-07T22:00:00.000000Z",
      "responses_opening_date": "2018-04-14T22:00:00.000000Z"
    },
    "scopes": {
      "prorate": 2,
      "currency": "EUR",
      "vat": 20,
      "levels": 2,
      "plot_surface_area": 3000,
      "foundation_level_surface_area": 1700,
      "total_floor_surface_area": 10000,
      "green_spaces_area": 5000,
      "road_surface_area": 4000,
      "internal_reference": null
    },
    "picture_url": "https://www.saqara.com/file.jpg",
    "archived": false,
    "archived_at": null,
    "created_at": "2018-03-08T08:25:24.822000Z",
    "updated_at": "2021-05-31T09:54:00.026000Z"
  }
}