API ReferenceProject
Get public project geometry
Retrieves simplified 3D geometry data for a project. No authentication required.
AuthorizationBearer <token>
In: header
Path Parameters
tenantCode*string
projectSlug*string
Query Parameters
scenarioId?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/projects/public/string/woningzoeker/string/geometry"{
"blocks": [
{
"houses": [
{
"dimensions": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"id": "string",
"position": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"rotation": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"status": "AVAILABLE",
"typeColor": "string"
}
],
"id": "string",
"position": {
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"rotation": {
"x": 0.1,
"y": 0.1,
"z": 0.1
}
}
]
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}