$PRODUCT_ID is an ID of a Voice Page. For example, in https://feedback.instreamatic.com/main/manage/product/343/main, 343 is the ID.
$STARTDATE - is the period's start date in YYYY-MM-DD format.
$END_DATE - is the period's end date in YYYY-MM-DD format.
%Y-%m-%d %H:%M:%S format can be used if you need to retrieve speakys for a narrower period. The deafult timezone is EDT -0400. UNIX Timestamp can be used to avoid the timezone difference.
API Response
{
"anchor":835,
"data":[
{
"id":723,
"date":"2022-02-18 04:07:40",
"date_utc":"2022-02-18 01:07:40+00:00",
"transcript":"How do you speak??",
"urgent":null,
"age":"25-34",
"gender":"M",
"timezone":"Asia/Calcutta",
"email":null,
"country":"IN",
"geoid":7279737,
"tag":[]
}
...
]
}
In case of multiple responses, the system will return the list of responses for the chosen period.
The "anchor" defines the last retrieved speaky. If you want to get only new speakys in your next request, call the following: