AlphaAlpha Docs
API ReferenceBuyerjourneytemplate

Resolve the journey template used for new dossiers in a project

Project-specific template wins over the tenant-wide default. Returns 204 when none exists.

GET
/buyer-guidance/journey-templates/resolve/{projectId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/buyer-guidance/journey-templates/resolve/string"
{
  "created": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "events": [
    {
      "authorId": "string",
      "date": "2019-08-24T14:15:22Z",
      "description": "string",
      "id": "string",
      "type": "CREATE"
    }
  ],
  "id": "string",
  "name": "string",
  "number": "string",
  "projectId": "string",
  "steps": [
    {
      "description": "string",
      "dueDaysAfterStart": 0,
      "id": "string",
      "linkedPhaseId": "string",
      "name": "string",
      "order": 0,
      "visibleToBuyer": true
    }
  ],
  "tenantId": "string",
  "updated": "2019-08-24T14:15:22Z",
  "updatedBy": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}