get-all-copy
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The sms endpoint returns a list of text messages associated with a given phone number in your AppFolio® account. toNumber accepts any common US phone format (for example 3108939535, 310-893-9535, (310) 893-9535, or +13108939535) and is normalized to (XXX) XXX-XXXX before querying AppFolio. Invalid numbers return a 400. This endpoint should respond immediately with your most recently cached data.
Parameters
toNumberstring
Phone number to get text messages for. Accepts any common US format; normalized to `(XXX) XXX-XXXX`.
Returns
The standard List Response Format with a data property containing an array of TextMessage objects.