AlphaAlpha Docs
API ReferenceEstimates

Get estimate statistics

GET
/estimates/stats
AuthorizationBearer <token>

In: header

Query Parameters

subsidiaryId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/estimates/stats"
{
  "countByStatus": {
    "property1": 0,
    "property2": 0
  },
  "totalAccepted": 0.1,
  "totalPending": 0.1,
  "totalRejected": 0.1,
  "totalValue": 0.1,
  "valueByStatus": {
    "property1": 0.1,
    "property2": 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"
}