AlphaAlpha Docs
API ReferenceOptionclosingschedule

Get computed deadline states for a project

Returns OPEN/CLOSING_SOON/CLOSED per phase; house-specific when a houseId is given.

GET
/buyer-guidance/closing-schedules/project/{projectId}/deadline-states
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Query Parameters

houseId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/buyer-guidance/closing-schedules/project/string/deadline-states"
[
  {
    "daysRemaining": 0,
    "effectiveClosingDate": "2019-08-24T14:15:22Z",
    "optionCategories": [
      "string"
    ],
    "optionNames": [
      "string"
    ],
    "order": 0,
    "phaseId": "string",
    "phaseName": "string",
    "state": "OPEN"
  }
]
{
  "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"
}