Show / Hide Table of Contents

    IVRWS API documentation

    This article describe the public interface of the IVR Web Service.

    Node History Report download

    You can download the Node History Report in csv format file from the IVR Admin interface.

    You need to make an HTTP POST request to the IVRWS web service in the following format:

    HTTP POST http://[ivr-host-fqdn]/ivrws/Admin/getNodeHistory.aspx?startTime=[URL encoded start date]]&endTime=[URL encoded end date]&treeName=[Name of the flow/tree]

    Example:

    HTTP POST http://ivr-host.domain/ivrws/Admin/getNodeHistory.aspx?startTime=2021-02-05&endTime=2021-02-07&treeName=mytree

    You are going to receive response with Conetent-Type: text/csv; chardet=utf-8 and Content-Encoding: gzip.

    Note

    CSV files returned by the IVRWS service are comply with the RFC 4180 standard and using UTF-8 encoding. The delimiter of the CSV files can be defined in the configuration of the IVRWS service with the DelimiterInCsvExports parameter.

    Sorry, your browser does not support inline SVG. article updatedarticle updated3/26/2021 6:11:42 PM (UTC)3/26/2021 6:11:42 PM (UTC)
    Feedback     Back to top Copyright © Geomant