analytics

Abandoned CALL_CONOSCITIVA purchases

Patients who started a CALL_CONOSCITIVA checkout but never completed any purchase (excludes anyone with a succeeded payment or any non-CALL_GRATUITA appointment). Includes their most recent CALL_GRATUITA status and datetime when present. The optional from_date/to_date period filters checkout attempts and is inclusive. Includes a global summary of attempts and latest CALL_GRATUITA statuses. Paginated.

get/api/analytics/abandoned-call-conoscitiva-purchases

Query parameters

from_datestring date nullable

Checkout attempt period start (YYYY-MM-DD), inclusive.

Checkout attempt period start (YYYY-MM-DD), inclusive.

to_datestring date nullable

Checkout attempt period end (YYYY-MM-DD), inclusive.

Checkout attempt period end (YYYY-MM-DD), inclusive.

has_free_callboolean nullable

Filter patients by presence of any CALL_GRATUITA: true with, false without.

Filter patients by presence of any CALL_GRATUITA: true with, false without.

outcomestring nullable

Filter by outcome: all (default), abandoned (never paid the conoscitiva), or recovered (paid it after abandoning).

Filter by outcome: all (default), abandoned (never paid the conoscitiva), or recovered (paid it after abandoning).

per_pageinteger

Page size.

Page size.

pageinteger

Page number (1-based).

Page number (1-based).

sort_bystring

Sort field: last_attempt (default) or attempts_count.

Sort field: last_attempt (default) or attempts_count.

sort_dirstring

Sort direction: asc or desc.

Sort direction: asc or desc.

Response

Successful Response

totalinteger required

Total number of patients

per_pageinteger required

Page size

pageinteger required

Page number

Changes

No recorded changes to this endpoint across all 1 revision of this API.