Learn how to use File Exporter to retrieve data from Standalone ASAPP Services.
feed
: The name of the data feed of interestversion
: The version number of the feedformat
: The file formatdate
: The date of interestinterval
: The time interval of interestfileName
: The data file name/fileexporter/v1/static/getfeedfile
), which takes these parameters in the request and returns a URL.
POST
/fileexporter/v1/static/listfeeds
Use this endpoint to retrieve an array of feed names available for your implementation.POST
/fileexporter/v1/static/listfeedversions
Use this endpoint to retrieve an array of versions available for a given data feed.POST
/fileexporter/v1/static/listfeedformats
Use this endpoint to retrieve an array of available file formats for a given feed and version.POST
/fileexporter/v1/static/listfeeddates
Use this endpoint to retrieve an array of available dates for a given feed/version/format.POST
/fileexporter/v1/static/listfeedintervals
Use this endpoint to retrieve an array of available intervals for a given feed/version/format/date.POST
/fileexporter/v1/static/listfeedfiles
Use this endpoint to retrieve an array of file names for a given feed/version/format/date/interval.POST
/fileexporter/v1/static/getfeedfile
Use this endpoint to retrieve a single file URL for the data specified using parameters returned from the above endpoints.file
will differ based on the requested date
and interval
parameters. Always call this endpoint prior to calling /getfeedfile
.getfeedfile
request, all parameters are required except interval
POST /fileexporter/v1/static/listfeeds
Retrieve an array of feed names available for your implementation.
POST /fileexporter/v1/static/listfeedversions
Retrieve an array of versions available for a given data feed.
POST /fileexporter/v1/static/listfeedformats
Retrieve an array of available file formats for a given feed and version.
POST /fileexporter/v1/static/listfeeddates
Retrieve an array of available dates for a given feed/version/format.
POST /fileexporter/v1/static/listfeedintervals
Retrieve an array of available intervals for a given feed/version/format/date.
POST /fileexporter/v1/static/listfeedfiles
Retrieve an array of file names for a given feed/version/format/date/interval.
file
will differ based on the requested date
and interval
parameters. Always call this endpoint prior to calling /getfeedfile
.POST /fileexporter/v1/static/getfeedfile
Retrieve a single file URL for the data specified using parameters returned from the above endpoints.
getfeedfile
request, all parameters are required except interval
/listfeedfiles
using the same feed
, version
, format
parameters, and alter the date
and interval
parameters as necessary (interval
is optional) to specify the time period of the data file you wish to retrieve.
In response, you will receive the name(s) of the file
needed for making the next request.
/getfeedfile
with the same parameters as above and the file
name parameter returned from /listfeedfiles
. In response, you will receive the access url
.
/listfeedfiles
using the same feed
, version
, format
parameters, and alter the date
and interval
parameters as necessary (interval
is optional) to specify the time period of the data file you wish to retrieve. In response, you will receive the name(s) of the file
needed for making the next request.
/getfeedfile
with the same parameters as above and the file
name parameter returned from /listfeedfiles
. In response, you will receive the access url
.
/getfeedfile
for the file url
would look like this:
staging_conversation_state
Combines ASAPP conversation identifiers with metadata including summaries, augmentation counts, intent, crafting times, and important timestamps.staging_utterance_state
Combines ASAPP utterance identifiers with metadata including sender type, augmentations, crafting times, and important timestamps. NOTE: Does not include utterance text.utterances
Combines ASAPP conversation and utterance identifiers with utterance text and timestamps. Identifiers can be used to join utterance text with metadata from utterance state feed.autosummary_free_text
Retrieves data from free-text summaries generated by AutoSummary. This feed has one record per free-text summary produced and can have multiple summaries per conversation .autosummary_feedback
Retrieves the text of the feedback submitted by the agent. Developers can join this feed to the AutoSummary free-text feed using the summary ID.autosummary_structured_data
Retrieves structured data to extract information and insights from conversations in the form of yes/no answers (up to 20) from summaries generated by AutoSummary.staging_
are not referencing a lower environment; table names have no connection to environments.