GET /texts/auto-replys
Operation ID: findTextAutoReplys
Auth: unknown
Description
Find all text autoreplies created by user. Returns a paged list of TextAutoReply
Parameters (4)
(string, query, optional)
Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at [partial response](https://developers.callfire.com/docs.html#partial-response) page.
(integer, query, optional, default: 100)
To set the maximum number of records to return in a paged list response. The default is 100
(string, query, optional)
Phone number in E.164 format (11-digit) which contains a TextAutoReply. Example: 12132000384. If number is empty then operator returns all autoreplies configured for the user's account
(integer, query, optional, default: 0)
Offset to the start of a given page. The default is 0. Check [pagination](https://developers.callfire.com/docs.html#pagination) page for more information about pagination in CallFire API.
No probe data for this endpoint yet.