AlphaAlpha Docs
API ReferencePortalbuyerguidance

Get the buyer journeys for the authenticated portal client

One entry per house the client is buying: visible journey steps, progress and option-closing deadlines.

GET
/portal/buyer-guidance/journeys
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/portal/buyer-guidance/journeys"
[
  {
    "deadlines": [
      {
        "daysRemaining": 0,
        "effectiveClosingDate": "2019-08-24T14:15:22Z",
        "optionCategories": [
          "string"
        ],
        "optionNames": [
          "string"
        ],
        "order": 0,
        "phaseId": "string",
        "phaseName": "string",
        "state": "OPEN"
      }
    ],
    "dossierId": "string",
    "houseNumber": "string",
    "kopersbegeleiderName": "string",
    "progressCompleted": 0,
    "progressTotal": 0,
    "projectName": "string",
    "steps": [
      {
        "completed": true,
        "completedAt": "2019-08-24T14:15:22Z",
        "description": "string",
        "dueDate": "2019-08-24T14:15:22Z",
        "name": "string",
        "order": 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"
}