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.
User Resolutions
- REST Method: GET
- URLs: https://api.helpscout.net/v1/reports/user/resolutions.json
This reports provides the number of conversations a user helped resolve for each period in a specified time range. You may optionally specify two time ranges to see how the number of resolved conversations changed between the two time 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 | Notes | Example |
---|---|---|---|---|
start | Date/Time | Yes | ISO 8601, in UTC | 2015-01-01T00:00:00Z |
end | Date/Time | Yes | ISO 8601, in UTC | 2015-01-31T23:59:59Z |
previousStart | Date/Time | No | ISO 8601, in UTC | 2014-01-01T00:00:00Z |
previousEnd | Date/Time | No | ISO 8601, in UTC | 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 | No | Valid values are:
|
email,chat |
folders | list of folder identifiers | No | 1,2,3 | |
viewBy | String | No | Represents the resolution at which data is returned; valid values are:
|
week |
user | user identifier for this report | Yes | 1 |
Response
Response | Name | Type | Notes |
---|---|---|---|
Header | Status | Int | 200 |
Body | previous | Collection | Contains data points describing the number of conversations this user resolved for the previous time range; each data point contains these fields:
|
current | Collection | Contains data points describing the number of conversations this user resolved for the current time range; each data point contains these fields:
|