Legacy Mailbox API 1.0 is deprecated
Legacy Mailbox API 1.0 was deprecated on November 20, 2019. Please use Mailbox API 2.0 going forward. If you have any questions or need help with the new API, please reach out.
Conversations Report
- REST Method: GET
- URLs: https://api.helpscout.net/v1/reports/conversations.json
The conversations report provides statistics about conversation volume over a given time range. You may optionally specify two time ranges to see how conversation volume changed between the two ranges.
URL Parameters
A variety of filters are available as query parameters. Including any of these will result in only conversations that match the filters being included in the report.
Parameter | Type | Required | Example |
---|---|---|---|
start | Date/Time (ISO 8601, in UTC) | Yes | 2015-01-01T00:00:00Z |
end | Date/Time (ISO 8601, in UTC) | Yes | 2015-01-31T23:59:59Z |
previousStart | Date/Time (ISO 8601, in UTC) | No | 2014-01-01T00:00:00Z |
previousEnd | Date/Time (ISO 8601, in UTC) | No | 2014-01-31T23:59:59Z |
mailboxes | list of mailbox identifiers | No | 1,2,3 |
tags | list of tag identifiers | No | 1,2,3 |
types | list of conversation types (email, chat, or phone) | No | email,chat |
folders | list of folder identifiers | No | 1,2,3 |
Response
Response | Name | Type | Notes |
---|---|---|---|
Header | Status | Int | 200 |
Body | filterTags | Collection | All tags available for filtering in reports, including tag id=1, which represents conversations that are untagged |
companyId | Long | ||
busiestDay | Object | Contains the busiest day and hour, along with the number of conversations associated with that day/time; days are indexed starting with Monday=1, Tuesday=2, etc., and hours from 0-23. | |
busiestTimeStart | Int | Starting hour of the busiest time range, in the company's time zone | |
busiestTimeEnd | Int | Ending hour of the busiest time range, in the company's time zone | |
current | Time Range Statistics (Conversations) | Statistics about conversation volume for the current time range | |
previous | Time Range Statistics (Conversations) | Statistics about conversation volume for the previous time range; only included if a previous time range was specified | |
delta | Multiple Time Range Statistics (Conversations) | Statistics showing how conversation volume changed between two time ranges; only included if a previous time range was specified | |
tags | Tag Statistics | Statistics about the most popular tags | |
customers | Customer Statistics | Statistics about the most active customers | |
replies | Saved Reply Statistics | Statistics about the most frequestly used saved replies | |
workflows | Workflow Statistics | Statistics about the most frequently used workflows | |
customFields | Custom fields Statistics | Statistics about the most frequently used custom fields |