Find text broadcasts

GET {{baseUrl}}/texts/broadcasts?fields=<string>&limit=<integer>&offset=<integer>&label=<string>&name=<string>&running=<boolean>&scheduled=<boolean>&intervalBegin=<integer>&intervalEnd=<integer>

Searches for all text broadcasts created by user. Can query on label, name, and the current running status of the campaign. Returns a paged list of text broadcasts

Request Params

KeyDatatypeRequiredDescription
fieldsstringLimit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page.
limitstringTo set the maximum number of records to return in a paged list response. The default is 100
offsetstringOffset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API.
labelstringA label for a specific call
namestringA name of voice broadcast
runningstringSpecify whether the campaigns should be running or not
scheduledstringSpecify whether the campaigns should be scheduled or not
intervalBeginstringStart of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT
intervalEndstringEnd of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT