OpenAPI 3.1.02026-08-163864115.7 MB
c363cb2feb95
Resolution Center Cases
List Resolution Center Case Events
Lists the case timeline, newest first. Events the viewer is not allowed to see are omitted — a customer reads the customer-visible timeline, the merchant reads the full one.
get/resolution_center_cases/{id}/events
Query parameters
firstinteger
The number of events to return (default 20, max 100).
afterstring
A cursor; returns events after this position.
lastinteger
The number of events to return from the end of the range.
beforestring
A cursor; returns events before this position.
Headers
Api-Version-Datestring
Example:2026-08-13
Pins the request to a dated API version.
Response
events listed
Example response
{
"data": [
{
"action": "created",
"attachments": [
{
"content_type": "image/png",
"filename": "booking-confirmation.png",
"id": "file_xxxxxxxxxxxxxx",
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
],
"created_at": "2026-01-01T12:00:00.000Z",
"details": "Booked the Ceramic Coating Package for 2026-01-05; nobody arrived.",
"id": "revt_xxxxxxxxxxxxxx",
"reporter_type": "customer",
"viewable_by_customer": true,
"viewable_by_merchant": true
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}