Retrieve Resolution Center Case Summary
Aggregates the same cases GET /resolution_center_cases lists, using the same filters. Use it to build status tabs and issue filters without paging the whole list.
Query parameters
Which breakdowns to return, keyed by these names under groups. Repeat the parameter to ask for several; omit it for all of them.
[ "status" ]
The account to summarize cases for (biz_ tag).
Only cases opened by this customer — a user_ tag, or me for the calling user.
Only cases in these statuses.
[ "awaiting_merchant" ]
Only cases opened for these reasons.
[ "fraudulent" ]
Only closed cases that ended these ways.
[ "customer_won" ]
Only count cases created before this ISO 8601 timestamp.
Only count cases created after this ISO 8601 timestamp.
Headers
Pins the request to a dated API version.
Response
summary returned
Example response
{
"groups": {
"reason": {
"product_not_received": 1
},
"status": {
"awaiting_merchant": 1
}
},
"total": 1
}Changes
Changed in 2 of the 74 revisions of this API.3
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.