8. API get list of survey
URL: /telesales
Method: GET
Parameters
Type
Cat ch set c
Explain
campaignId
string
A
N
D
Campaign id
survey
Boolean
If survey is true, only telesales with values in the survey form will be taken
dateStart
string
Telesale creation time. For example:2024-03-13T06:24:20.673Z
dateEnd
string
Telesale creation time. For example:2024-03-19T06:24:20.673Z
page Number Serial number of the page. limit Number Number of records per page. (Maximum 100 records)
Results returned:
{
"success": true,
"data": [], // list of records
"total": 2,
"limit": 20
}
Sample data:
curl --location
'https://apiring.antbuddy.com/telesales?campaignId=65f8faf6f829af63ddc831dc&survey=true&dateStart=202 4-03-13T06%3A24%3A20.673Z&dateEnd=2024-03-19T06%3A24%3A20.673Z' \ --header 'apikey:
Last updated