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
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. | |
limit | string | To set the maximum number of records to return in a paged list response. The default is 100 | |
offset | string | Offset to the start of a given page. The default is 0. Check pagination page for more information about pagination in CallFire API. | |
label | string | A label for a specific call | |
name | string | A name of voice broadcast | |
running | string | Specify whether the campaigns should be running or not | |
scheduled | string | Specify whether the campaigns should be scheduled or not | |
intervalBegin | string | Start of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT | |
intervalEnd | string | End of the find time interval, formatted in unix time milliseconds. Example: 1473781817000 for Sat, 05 Jan 1985 14:03:37 GMT |