GET
/
builders
/
{id}
/
projects
/
{projectId}
cURL
curl --request GET \
  --url https://api.buildpass.global/builders/{id}/projects/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "proj_clgbsb90b001qjy0f0eo1hspp",
  "status": "UPCOMING",
  "createdAt": "2023-10-03T23:19:35.771Z",
  "updatedAt": "2023-10-03T23:19:35.771Z",
  "name": "Downtown Mall Construction",
  "integrations": [
    {
      "type": "PROCORE",
      "sourceId": "1234567890",
      "companyId": "1234567890"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Example:

"buil_clgbsb90b001qjy0f0eo1hspp"

projectId
string
required
Example:

"proj_clgbsb90b001qjy0f0eo1hspp"

Response

200
application/json

A project object

The response is of type object.