AlphaAlpha Docs

Get project stats

Retrieves statistics for the specified project and its configurations.

GET
/projects/{projectId}/stats
AuthorizationBearer <token>

In: header

Path Parameters

projectId*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/string/stats"
{
  "assignedHouseCount": 0,
  "availableHouseCount": 0,
  "avgConfigurationValue": 0.1,
  "avgOptionPricePerHouse": {
    "property1": 0.1,
    "property2": 0.1
  },
  "avgOptionsPerConfiguration": 0.1,
  "avgPricePerHouse": 0.1,
  "client": "string",
  "completion": "2019-08-24T14:15:22Z",
  "contractor": "string",
  "dailyRequestsPerType": [
    {
      "date": "string",
      "requestsPerType": {
        "property1": 0,
        "property2": 0
      }
    }
  ],
  "favoriteType": "string",
  "houseCount": 0,
  "projectValue": 0.1,
  "requestsPerHouse": {
    "property1": 0,
    "property2": 0
  },
  "requestsPerMonth": {
    "property1": 0,
    "property2": 0
  },
  "requestsPerType": {
    "property1": 0,
    "property2": 0
  },
  "soldHouseCount": 0,
  "startOfSales": "2019-08-24T14:15:22Z",
  "totalArea": 0.1,
  "totalConfigurationRequests": 0,
  "typeCount": 0,
  "viewsOverTime": {
    "property1": 0,
    "property2": 0
  },
  "viewsPerHouse": {
    "property1": 0,
    "property2": 0
  }
}
{
  "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"
}