get-all-copy
Follows: Authentication • Caching • Polling • List Response Format • Scheduled Job
The emails endpoint returns a list of emails associated with a given guest card or occupancy in your AppFolio® account. Provide exactly one of guestCardId or occupancyId. This endpoint should respond immediately with your most recently cached data.
Parameters
guestCardIdstring
AppFolio ID of the guest card to get emails for.
occupancyIdstring
AppFolio ID of the occupancy to get emails for.
Returns
The standard List Response Format with a data property containing an array of EmailSummary objects. To retrieve the full body, headers, and attachments for a summary, call /v1/email?emailId=<appfolioId>.