GET
/
api
/
v1
/
session
/
{session_id}
Response
Content-Type: application/json
Parameter | Type | Description |
---|
session | object | Session details, see “session” reference |
onboarding_customer | object | Customer details, see “onboarding_customer” reference |
decisions | array | Array of decisions, see “decision” reference |
Parameter | Type | Description |
---|
external_id | string | External ID |
scenario_ref | string | Scenario reference |
scenario_id | integer | Scenario ID |
scenario_revision_id | integer | Scenario revision ID |
date_start | string | Session start date |
consent_date | string | Session consent date |
date_end | string | Session end date |
language | string | Session language |
state | string | Session state |
Parameter | Type | Description |
---|
external_id | string | External ID |
firstname | string | Customer firstname |
lastname | string | Customer lastname |
phone | string | Customer phone number |
birthdate | string | Customer birthdate |
address | string | Customer address |
zip | string | Customer zip code |
country | string | Customer country |
city | string | Customer city |
Parameter | Type | Description |
---|
id | number | Decision ID |
comment | string | Decision comment |
date | string | Decision date |
last | string | Decision last |
label | string | Decision label |
type | string | Decision type |