---
title: "List reseller event data records"
method: GET
path: "/reseller-event-data"
tags: ["Reseller Event Data"]
---

# List reseller event data records

`GET /reseller-event-data`

Returns a paginated list of all reseller event data records, optionally filtered by resellerId.

## Query parameters

- `resellerId` string
- `pageNumber` integer — Page number for records.
- `pageSize` integer — Page size for returned records.

## Response `200`

Paginated list of reseller event data records.

- ResellerEventDataPageResponse — Paginated response envelope for reseller event data list endpoints.
  - `content` ResellerEventData[] — Page of reseller event data records.
    - `resellerId` string — Reseller program identifier (e.g. COREGO). Scopes the record to a specific reseller.
    - `merchantRegistrationNumber` string, required — Merchant registration/organisation number. Used to match against order data at submission time.
    - `eventId` string, required — TCS-generated event identifier.
    - `eventOrganizerId` string, required — Merchant agreement reference of the event organizer in TCS.
    - `eventRevenueSharePercentage` number, required — Commission percentage as a decimal number (e.g. 20 or 12.5 meaning 20% or 12.5%). Stored as a percentage value. Conversion is the caller's responsibility: TCS requires basis points (multiply by 100); display requires a % suffix.
    - `merchantLegalName` string — Legal name of the merchant.
    - `merchantVatNumber` string — VAT registration number of the merchant.
    - `servicePackage` string — Portfolio service package identifier.
    - `eventExpiryDate` string, date-time — Date and time when the event expires.
    - `createdUserUid` string, uuid — User ID of the user who created this record.
    - `createdBy` string — Display name of the user who created this record.
    - `createdDate` string, date-time — Timestamp when this record was created.
    - `modifiedUserUid` string, uuid — User ID of the user who last modified this record.
    - `modifiedBy` string — Display name of the user who last modified this record.
    - `modifiedDate` string, date-time — Timestamp when this record was last modified.
  - `totalElements` integer — Total number of records matching the query.
  - `totalPages` integer — Total number of pages available.
  - `currentPage` integer — Zero-based index of the current page.
  - `size` integer — Number of records per page.

## Other responses

- `400` — Bad Request
- `401` — Unauthorised Request
- `403` — Forbidden Request.
- `500` — Internal Error
- `503` — Service Not Available
- `504` — Service Timeout

---

[API](https://skmtc.net/verifone/apis/checkout-api.md) · [All operations](https://skmtc.net/verifone/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verifone/checkout-api/revisions/ed8dc1f12a5a/schema)
