-
Notifications
You must be signed in to change notification settings - Fork 18
FLOIP (WIP)
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.
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 /api/projects/:project_id/call_flows/:call_flow_id/flow-results/packages/:package_uuid
GET /api/projects/:project_id/call_flows/:call_flow_id/flow-results/packages/:package_uuid/responses