---
title: "Obtains list of attendees for given Event or Tickets"
method: POST
path: "/api/v1/EventAttendees"
tags: ["Event"]
---

# Obtains list of attendees for given Event or Tickets

`POST /api/v1/EventAttendees`

## Request body

- EventAttendeesRequestArgs
  - `PaginationPosition` integer
  - `PaginationLength` integer
  - `QueryBase` unknown[], nullable
    - unknown
  - `Filter` DataTableFilterDefinition
    - `FullText` string, nullable
    - `FilterItems` DataTableFilterItem[], nullable
      - `PropertyName` string, nullable
      - `ContainsValue` string, nullable
      - `EqualsValue` string, nullable
      - `FilterType` 0 | 1 | 2 | 3 | 4 | 5
      - `NumFrom` integer, nullable
      - `NumTo` integer, nullable
      - `DateFrom` string, date-time, nullable
      - `DateTo` string, date-time, nullable
      - `ValueArr` unknown[], nullable
        - unknown
      - `ValueArrStrategy` 0 | 1
  - `Sort` DataTableSortDefinition
    - `PropertyName` string, nullable
    - `Direction` 0 | 1
  - `SessionId` integer
  - `EventId` integer — ID of the Event, -1 for all events
  - `AclNameId` integer — Access control item group ID
  - `TicketIds` integer[], nullable — IDs of the Tickets
  - `HasSeatingFields` boolean — Determines if seating fields should be loaded
  - `HasExpeditions` boolean — Determines if expedition fields
  - `HasTags` boolean — Determines if Tags should be loaded
  - `HasEventTerms` boolean — Determines if Agreed event terms should be loaded
  - `HasInvoiceColumns` boolean — Determines if invoice-related Order columns should be loaded
  - `IsDonationMode` boolean — Determines if Event is set to the donation mode
  - `ShowDeleted` boolean — Determines if deleted tickets should be shown instead of active ones
  - `Deserialize` boolean — Determines if Custom field values should be deserialized
  - `PromoterId` integer — Email of the promoter

## Response `200`

OK

- SuperadminRowModelDataTableResponseTyped
  - `TotalCount` integer
  - `TotalFilteredCount` integer
  - `Rows` SuperadminRowModel[], nullable
    - `PostBackOnInitMethodName` string, nullable
    - `ExecutionError` ExecutionError
      - `Code` 100 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511
      - `Message` string, nullable
    - `CustomFields` CustomFieldModel[], nullable
      - `PostBackOnInitMethodName` string, nullable
      - `ExecutionError` ExecutionError
        - `Code` 100 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511
        - `Message` string, nullable
      - `Id` integer
      - `MappingType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 — Determines which field from table User is the custom field mapped to
      - `Name` string, nullable
      - `Value` string, nullable
    - `Tags` TagModel[], nullable
      - `TagId` integer
      - `Name` string, nullable
      - `NameLocalized` LocalizedString
        - `Slovak` string, nullable
        - `English` string, nullable
        - `Czech` string, nullable
        - `German` string, nullable
        - `Latvian` string, nullable
        - `Polish` string, nullable
        - `Hungarian` string, nullable
    - `TermsAgreed` TermsAgreedModel[], nullable
      - `TermId` integer
      - `Timestamp` string, date-time
    - `Id` integer
    - `State` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
    - `LookupId` string, nullable
    - `TicketId` integer
    - `TimezoneDstOffset` integer
    - `TimezoneGmtOffset` integer
    - `TicketName` string, nullable
    - `StartTimeUTC` string, date-time
    - `EventName` string, nullable
    - `SportCategory` string, nullable
    - `SportGender` 0 | 1 | 2
    - `SeatReserved` string, nullable
    - `SeatSector` string, nullable
    - `HolderEmail` string, nullable
    - `CheckingId` string, nullable
    - `Currency` 203 | 348 | 643 | 826 | 840 | 978 | 985 | -2 | -1
    - `OrderId` integer, nullable
    - `ExpeditionType` 0 | 10000 | 10001 | 10002 | 20000
    - `PromoCodeName` string, nullable
    - `ReservationDateUTC` string, date-time
    - `PurchasePrice` number, double
    - `PricePaid` number, double
    - `ExpeditionPrice` number, double
    - `TicketDonation` number, double
    - `SportBirthdate` string, date-time, nullable
    - `Affiliate` string, nullable
    - `Source` string, nullable
    - `Entries` EntryModel
      - `EntryCount` integer
      - `EntriesAllowed` integer
    - `LastCheck` string, date-time, nullable
    - `VatRate` number, double
    - `HasResumablePaymentLink` boolean
    - `OrderName` string, nullable
    - `OrderAddress` string, nullable
    - `OrderCity` string, nullable
    - `OrderZip` string, nullable
    - `OrderCountry` string, nullable
    - `OrderPhone` string, nullable
    - `OrderCompanyId` string, nullable
    - `OrderTaxId` string, nullable
    - `OrderVatId` string, nullable
    - `OrderNote` string, nullable
    - `PaymentType` 0 | 1 | 2 | 3 | 30 | 100 | 101 | 102 | 103 | 104 | 2000 | 2001 | 2002 | 2003 | 2004 | 2005 | 2006 | 2007 | 2008 | 2050 | 2051 | 2052 | 2053 | 2060 | 10000 | 10001 | 10002 | 10003 | 10004 | 10005 | 10006 | 10007 | 10008 | 10009 | 10010 | 10011 | 10050 | 10100 | 10101 | 10102 | 10103 | 10104 | 10105 | 10106 | 10107 | 10108 | 10109 | 10110 | 50000 | 70000
    - `PaidToPromoter` boolean, nullable

---

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