---
title: "POST /api/v1/EventManagementList"
method: POST
path: "/api/v1/EventManagementList"
tags: ["Event"]
---

# POST /api/v1/EventManagementList

`POST /api/v1/EventManagementList`

## Request body

- EventManagementListArgs
  - `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
  - `OnlyActiveEvents` boolean — Determines if only active events are displayed
  - `OverallAmount` boolean — Determines if overall amount is included

## Response `200`

OK

- EventRowDTOExtendedDataTableResponse
  - `TotalCount` integer
  - `TotalFilteredCount` integer
  - `Rows` EventRowDTOExtended[], nullable
    - `Id` integer
    - `EventDateId` integer
    - `StartTimeUTC` string, date-time, nullable
    - `EndTimeUTC` string, date-time, nullable
    - `Name` string, nullable
    - `OverallAmount` number, double, nullable
    - `PromoterEmail` string, nullable
    - `TicketCapacitySum` integer
    - `PaymentAmount` number, double, nullable
    - `IsPublished` boolean
    - `SoldCount` integer
    - `TotalCapacity` integer
    - `TimezoneDstOffset` integer
    - `TimezoneGmtOffset` integer
    - `Currency` 203 | 348 | 643 | 826 | 840 | 978 | 985 | -2 | -1
    - `FeeSettings` EventPaymentSettingsDTO
      - `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
    - `PromoterSettings` PromoterSettingsDTO
      - `EventId` integer
      - `ProviderFee` number, double
      - `MinimumFeeValue` number, double
      - `NewsletterAllowed` boolean
      - `TemplateJavascriptAllowed` boolean
      - `OtherExpeditionsAllowed` boolean
      - `AutoPublishAllowed` boolean
      - `InvoicingData` InvoicingExtendedDataBase
        - `BusinessName` string, required
        - `Address` string, required
        - `City` string, required
        - `State` string, required
        - `ZIP` string, required
        - `CompanyID` string, nullable
        - `TaxID` string, nullable
        - `VatID` string, nullable
        - `Id` integer
        - `UserID` integer
        - `BankAccountNumber` string, required
        - `PhoneNumber` string, nullable
        - `PromoterType` 0 | 1, required
        - `SmtpHost` string, nullable
        - `SmtpLogin` string, nullable
        - `SmtpPassword` string, nullable
        - `SmtpName` string, nullable
        - `SmtpEmail` string, nullable
        - `SmtpPort` integer, nullable
        - `SmtpUseSSL` boolean, nullable
        - `SmtpSendGridVerified` boolean, nullable
        - `InvoicingDataType` 0 | 1
        - `CrmId` string, nullable
    - `LogoUrl` string, nullable
    - `DisplayType` 0 | 1 | 2 | 3 | 4 — Determines how the tickets will be displayed on event page
    - `DisplayInstances` EventRowInstance[], nullable
      - `Id` integer
      - `Name` string, nullable
    - `RecommendOnInstances` EventRowInstance[], nullable
      - `Id` integer
      - `Name` string, 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)
