Skip to content
Martin Verzilli edited this page Dec 7, 2017 · 2 revisions

Verboice implements the Data Collector of the Flow Results specification (see overview at https://github.com/FLOIP/flow-results, see role descriptions at https://github.com/FLOIP/flow-results/issues/6).

Exports to Flow Results are opt-in. To enable the feature, a project admin must set the corresponding setting in the call flow configuration screen.

When set, Verboice will export daily Flow Results data packages that capture all interactions between users and steps for the previous day.

Endpoints

List flow results packages for a given call flow

GET /api/projects/:project_id/call_flows/:call_flow_id/flow-results/packages

Returns an array of URIs, where each URI represents a data package of this call flow for a given day. URIs are listed chronologically (first listed URIs correspond to older packages).

Get a package descripor

GET /api/projects/:project_id/call_flows/:call_flow_id/flow-results/packages/:package_uuid

Get the data for a package

GET /api/projects/:project_id/call_flows/:call_flow_id/flow-results/packages/:package_uuid/responses