journey
Get journey
Get the journey with all phases and steps (no contents). Steps are automatically unlocked based on completed appointments (FATTO). Use GET /steps/{step_code} to get contents for a specific step. Virtual steps (like 'Iscrizione') are always completed for registered users.
get/api/journey
Response
Successful Response
Example response
{
"completed_appointments": 4,
"completed_steps": 3,
"current_phase_code": "initial",
"has_valid_appointments": true,
"nutri_status": "attivo",
"phases": [],
"psi_status": "attivo",
"total_steps": 12
}Changes
No recorded changes to this endpoint across all 1 revision of this API.