openapi: 3.2.0 info: title: Public Event API version: beta description: 'Response bodies vary by endpoint and may return `{ data }`, `{ dataList }`, `{ dataList, pagination }`, or no body for status-only operations. Successful responses use the HTTP status defined on each operation. Error responses return `{ error: { code, message, status, meta } }` with the corresponding HTTP status code.' servers: - url: https://esaas-api.eventx.io tags: - name: Event paths: /public-api/v1/event: get: responses: '200': description: Success content: application/json: schema: type: object properties: dataList: type: array items: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false pagination: type: object properties: page: type: number format: float description: Current page number pageSize: type: number format: float description: Number of items per page pageCount: type: number format: float description: Total number of pages totalCount: type: number format: float description: Total number of items required: - page - pageSize - pageCount - totalCount additionalProperties: false required: - dataList - pagination additionalProperties: false '500': description: ERROR parameters: - name: page in: query schema: type: number format: float minimum: 1 default: 1 - description: 'Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.' name: pageEnd in: query schema: type: number format: float minimum: 0 maximum: 0 - name: pageSize in: query schema: type: number format: float minimum: 1 maximum: 100 default: 25 - description: 'Multiple Sort syntax "-" DESC, Empty for ASC, Available sorts: createdAt, updatedAt, startsAt, endsAt, name' example: -sorterA,sorterB name: sort in: query schema: type: string default: -createdAt - properties: organizationId: type: string format: uuid name: type: string isPublished: type: boolean extensionData: type: object properties: {} additionalProperties: anyOf: - type: object properties: $eq: anyOf: - type: string - type: number format: float - type: boolean $in: type: array items: anyOf: - type: string - type: number format: float - type: boolean $nin: type: array items: anyOf: - type: string - type: number format: float - type: boolean $gt: type: number format: float $gte: type: number format: float $lt: type: number format: float $lte: type: number format: float $exists: type: boolean additionalProperties: false - anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for non array values - type: array items: anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for array values example: key1: $eq: value $in: - value1 - value2 - 100 - true $nin: - value1 - value2 - 500 - false $gt: 1 $gte: 2 $lt: 3 $lte: 4 $exists: true key2: value key3: - 123 - 456 description: This key can be provided in the body with key "filter" or query with stringified & encodeURIComponent format, e.g. query.filter = encodeURIComponent(JSON.stringify(filter)). Please refer to schema in body and do not provide both at the same time. name: filter in: query schema: type: object additionalProperties: false requestBody: $ref: '#/components/requestBodies/getPaginatedEventBody' security: - bearerAuth: [] tags: - Event operationId: getPaginatedEvent summary: List all events you host or manage description: Returns events across all organizations you belong to. Supports filtering by organizationId, name, isPublished, and extension data fields. post: responses: '200': description: Success content: application/json: schema: type: object properties: data: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false required: - data additionalProperties: false '500': description: ERROR requestBody: content: application/json: schema: type: object properties: organizationId: type: string format: uuid name: type: string startsAt: type: string format: date-time endsAt: type: string format: date-time timezone: type: string enum: - Africa/Abidjan - Africa/Accra - Africa/Addis_Ababa - Africa/Algiers - Africa/Asmara - Africa/Bamako - Africa/Bangui - Africa/Banjul - Africa/Bissau - Africa/Blantyre - Africa/Brazzaville - Africa/Bujumbura - Africa/Cairo - Africa/Casablanca - Africa/Ceuta - Africa/Conakry - Africa/Dakar - Africa/Dar_es_Salaam - Africa/Djibouti - Africa/Douala - Africa/El_Aaiun - Africa/Freetown - Africa/Gaborone - Africa/Harare - Africa/Johannesburg - Africa/Juba - Africa/Kampala - Africa/Khartoum - Africa/Kigali - Africa/Kinshasa - Africa/Lagos - Africa/Libreville - Africa/Lome - Africa/Luanda - Africa/Lubumbashi - Africa/Lusaka - Africa/Malabo - Africa/Maputo - Africa/Maseru - Africa/Mbabane - Africa/Mogadishu - Africa/Monrovia - Africa/Nairobi - Africa/Ndjamena - Africa/Niamey - Africa/Nouakchott - Africa/Ouagadougou - Africa/Porto-Novo - Africa/Sao_Tome - Africa/Tripoli - Africa/Tunis - Africa/Windhoek - America/Adak - America/Anchorage - America/Anguilla - America/Antigua - America/Araguaina - America/Argentina/Buenos_Aires - America/Argentina/Catamarca - America/Argentina/Cordoba - America/Argentina/Jujuy - America/Argentina/La_Rioja - America/Argentina/Mendoza - America/Argentina/Rio_Gallegos - America/Argentina/Salta - America/Argentina/San_Juan - America/Argentina/San_Luis - America/Argentina/Tucuman - America/Argentina/Ushuaia - America/Aruba - America/Asuncion - America/Atikokan - America/Bahia - America/Bahia_Banderas - America/Barbados - America/Belem - America/Belize - America/Blanc-Sablon - America/Boa_Vista - America/Bogota - America/Boise - America/Cambridge_Bay - America/Campo_Grande - America/Cancun - America/Caracas - America/Cayenne - America/Cayman - America/Chicago - America/Chihuahua - America/Costa_Rica - America/Creston - America/Cuiaba - America/Curacao - America/Danmarkshavn - America/Dawson - America/Dawson_Creek - America/Denver - America/Detroit - America/Dominica - America/Edmonton - America/Eirunepe - America/El_Salvador - America/Fort_Nelson - America/Fortaleza - America/Glace_Bay - America/Godthab - America/Goose_Bay - America/Grand_Turk - America/Grenada - America/Guadeloupe - America/Guatemala - America/Guayaquil - America/Guyana - America/Halifax - America/Havana - America/Hermosillo - America/Indiana/Indianapolis - America/Indiana/Knox - America/Indiana/Marengo - America/Indiana/Petersburg - America/Indiana/Tell_City - America/Indiana/Vevay - America/Indiana/Vincennes - America/Indiana/Winamac - America/Inuvik - America/Iqaluit - America/Jamaica - America/Juneau - America/Kentucky/Louisville - America/Kentucky/Monticello - America/Kralendijk - America/La_Paz - America/Lima - America/Los_Angeles - America/Lower_Princes - America/Maceio - America/Managua - America/Manaus - America/Marigot - America/Martinique - America/Matamoros - America/Mazatlan - America/Menominee - America/Merida - America/Metlakatla - America/Mexico_City - America/Miquelon - America/Moncton - America/Monterrey - America/Montevideo - America/Montreal - America/Montserrat - America/Nassau - America/New_York - America/Nipigon - America/Nome - America/Noronha - America/North_Dakota/Beulah - America/North_Dakota/Center - America/North_Dakota/New_Salem - America/Nuuk - America/Ojinaga - America/Panama - America/Pangnirtung - America/Paramaribo - America/Phoenix - America/Port-au-Prince - America/Port_of_Spain - America/Porto_Velho - America/Puerto_Rico - America/Punta_Arenas - America/Rainy_River - America/Rankin_Inlet - America/Recife - America/Regina - America/Resolute - America/Rio_Branco - America/Santa_Isabel - America/Santarem - America/Santiago - America/Santo_Domingo - America/Sao_Paulo - America/Scoresbysund - America/Shiprock - America/Sitka - America/St_Barthelemy - America/St_Johns - America/St_Kitts - America/St_Lucia - America/St_Thomas - America/St_Vincent - America/Swift_Current - America/Tegucigalpa - America/Thule - America/Thunder_Bay - America/Tijuana - America/Toronto - America/Tortola - America/Vancouver - America/Whitehorse - America/Winnipeg - America/Yakutat - America/Yellowknife - Antarctica/Casey - Antarctica/Davis - Antarctica/DumontDUrville - Antarctica/Macquarie - Antarctica/Mawson - Antarctica/McMurdo - Antarctica/Palmer - Antarctica/Rothera - Antarctica/South_Pole - Antarctica/Syowa - Antarctica/Troll - Antarctica/Vostok - Arctic/Longyearbyen - Asia/Aden - Asia/Almaty - Asia/Amman - Asia/Anadyr - Asia/Aqtau - Asia/Aqtobe - Asia/Ashgabat - Asia/Atyrau - Asia/Baghdad - Asia/Bahrain - Asia/Baku - Asia/Bangkok - Asia/Barnaul - Asia/Beirut - Asia/Bishkek - Asia/Brunei - Asia/Calcutta - Asia/Chita - Asia/Choibalsan - Asia/Chongqing - Asia/Colombo - Asia/Damascus - Asia/Dhaka - Asia/Dili - Asia/Dubai - Asia/Dushanbe - Asia/Famagusta - Asia/Gaza - Asia/Harbin - Asia/Hebron - Asia/Ho_Chi_Minh - Asia/Hong_Kong - Asia/Hovd - Asia/Irkutsk - Asia/Jakarta - Asia/Jayapura - Asia/Jerusalem - Asia/Kabul - Asia/Kamchatka - Asia/Karachi - Asia/Kashgar - Asia/Kathmandu - Asia/Katmandu - Asia/Khandyga - Asia/Kolkata - Asia/Krasnoyarsk - Asia/Kuala_Lumpur - Asia/Kuching - Asia/Kuwait - Asia/Macau - Asia/Magadan - Asia/Makassar - Asia/Manila - Asia/Muscat - Asia/Nicosia - Asia/Novokuznetsk - Asia/Novosibirsk - Asia/Omsk - Asia/Oral - Asia/Phnom_Penh - Asia/Pontianak - Asia/Pyongyang - Asia/Qatar - Asia/Qostanay - Asia/Qyzylorda - Asia/Rangoon - Asia/Riyadh - Asia/Sakhalin - Asia/Samarkand - Asia/Seoul - Asia/Shanghai - Asia/Singapore - Asia/Srednekolymsk - Asia/Taipei - Asia/Tashkent - Asia/Tbilisi - Asia/Tehran - Asia/Thimphu - Asia/Tokyo - Asia/Tomsk - Asia/Ulaanbaatar - Asia/Urumqi - Asia/Ust-Nera - Asia/Vientiane - Asia/Vladivostok - Asia/Yakutsk - Asia/Yangon - Asia/Yekaterinburg - Asia/Yerevan - Atlantic/Azores - Atlantic/Bermuda - Atlantic/Canary - Atlantic/Cape_Verde - Atlantic/Faroe - Atlantic/Madeira - Atlantic/Reykjavik - Atlantic/South_Georgia - Atlantic/St_Helena - Atlantic/Stanley - Australia/Adelaide - Australia/Brisbane - Australia/Broken_Hill - Australia/Currie - Australia/Darwin - Australia/Eucla - Australia/Hobart - Australia/Lindeman - Australia/Lord_Howe - Australia/Melbourne - Australia/Perth - Australia/Sydney - Europe/Amsterdam - Europe/Andorra - Europe/Astrakhan - Europe/Athens - Europe/Belgrade - Europe/Berlin - Europe/Bratislava - Europe/Brussels - Europe/Bucharest - Europe/Budapest - Europe/Busingen - Europe/Chisinau - Europe/Copenhagen - Europe/Dublin - Europe/Gibraltar - Europe/Guernsey - Europe/Helsinki - Europe/Isle_of_Man - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad - Europe/Kiev - Europe/Kirov - Europe/Lisbon - Europe/Ljubljana - Europe/London - Europe/Luxembourg - Europe/Madrid - Europe/Malta - Europe/Mariehamn - Europe/Minsk - Europe/Monaco - Europe/Moscow - Europe/Oslo - Europe/Paris - Europe/Podgorica - Europe/Prague - Europe/Riga - Europe/Rome - Europe/Samara - Europe/San_Marino - Europe/Sarajevo - Europe/Saratov - Europe/Simferopol - Europe/Skopje - Europe/Sofia - Europe/Stockholm - Europe/Tallinn - Europe/Tirane - Europe/Ulyanovsk - Europe/Uzhgorod - Europe/Vaduz - Europe/Vatican - Europe/Vienna - Europe/Vilnius - Europe/Volgograd - Europe/Warsaw - Europe/Zagreb - Europe/Zaporozhye - Europe/Zurich - GMT - Indian/Antananarivo - Indian/Chagos - Indian/Christmas - Indian/Cocos - Indian/Comoro - Indian/Kerguelen - Indian/Mahe - Indian/Maldives - Indian/Mauritius - Indian/Mayotte - Indian/Reunion - Pacific/Apia - Pacific/Auckland - Pacific/Bougainville - Pacific/Chatham - Pacific/Chuuk - Pacific/Easter - Pacific/Efate - Pacific/Enderbury - Pacific/Fakaofo - Pacific/Fiji - Pacific/Funafuti - Pacific/Galapagos - Pacific/Gambier - Pacific/Guadalcanal - Pacific/Guam - Pacific/Honolulu - Pacific/Johnston - Pacific/Kiritimati - Pacific/Kosrae - Pacific/Kwajalein - Pacific/Majuro - Pacific/Marquesas - Pacific/Midway - Pacific/Nauru - Pacific/Niue - Pacific/Norfolk - Pacific/Noumea - Pacific/Pago_Pago - Pacific/Palau - Pacific/Pitcairn - Pacific/Pohnpei - Pacific/Ponape - Pacific/Port_Moresby - Pacific/Rarotonga - Pacific/Saipan - Pacific/Tahiti - Pacific/Tarawa - Pacific/Tongatapu - Pacific/Truk - Pacific/Wake - Pacific/Wallis format: type: string enum: - virtual - in-person - hybrid estimatedAttendeeCount: type: string enum: - 1-10 - 11-20 - 21-50 - 51-100 - 101-200 - 201-300 - 301-500 - 501-1000 - 1001-2000 - 2001-5000 - 5001-10000 - '>10000' required: - organizationId - name - startsAt - endsAt - timezone - format - estimatedAttendeeCount additionalProperties: false security: - bearerAuth: [] tags: - Event operationId: createEvent summary: Create a new event in your organization /public-api/v1/event/hosting-event: get: responses: '200': description: Success content: application/json: schema: type: object properties: dataList: type: array items: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false pagination: type: object properties: page: type: number format: float description: Current page number pageSize: type: number format: float description: Number of items per page pageCount: type: number format: float description: Total number of pages totalCount: type: number format: float description: Total number of items required: - page - pageSize - pageCount - totalCount additionalProperties: false required: - dataList - pagination additionalProperties: false '500': description: ERROR parameters: - name: page in: query schema: type: number format: float minimum: 1 default: 1 - description: 'Optional inclusive ending page for requesting a range of pages. Maximum page range: 200.' name: pageEnd in: query schema: type: number format: float minimum: 0 maximum: 0 - name: pageSize in: query schema: type: number format: float minimum: 1 maximum: 100 default: 25 - description: 'Multiple Sort syntax "-" DESC, Empty for ASC, Available sorts: createdAt, updatedAt, startsAt, endsAt, name' example: -sorterA,sorterB name: sort in: query schema: type: string default: -createdAt - properties: organizationId: type: string format: uuid name: type: string isPublished: type: boolean extensionData: type: object properties: {} additionalProperties: anyOf: - type: object properties: $eq: anyOf: - type: string - type: number format: float - type: boolean $in: type: array items: anyOf: - type: string - type: number format: float - type: boolean $nin: type: array items: anyOf: - type: string - type: number format: float - type: boolean $gt: type: number format: float $gte: type: number format: float $lt: type: number format: float $lte: type: number format: float $exists: type: boolean additionalProperties: false - anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for non array values - type: array items: anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for array values example: key1: $eq: value $in: - value1 - value2 - 100 - true $nin: - value1 - value2 - 500 - false $gt: 1 $gte: 2 $lt: 3 $lte: 4 $exists: true key2: value key3: - 123 - 456 description: This key can be provided in the body with key "filter" or query with stringified & encodeURIComponent format, e.g. query.filter = encodeURIComponent(JSON.stringify(filter)). Please refer to schema in body and do not provide both at the same time. name: filter in: query schema: type: object additionalProperties: false requestBody: $ref: '#/components/requestBodies/getPaginatedEventBody' security: - bearerAuth: [] tags: - Event operationId: getPaginatedHostingEvent summary: List events you host description: Returns only events where you are a host (not just a manager), across all organizations you belong to. Supports the same filters as the general event listing. /public-api/v1/event/{eventId}: get: responses: '200': description: Success content: application/json: schema: type: object properties: data: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false required: - data additionalProperties: false '500': description: ERROR parameters: - name: eventId in: path required: true schema: type: string security: - bearerAuth: [] tags: - Event operationId: getEventById summary: Get an event by ID put: responses: '200': description: Success content: application/json: schema: type: object properties: data: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false required: - data additionalProperties: false '500': description: ERROR parameters: - name: eventId in: path required: true schema: type: string requestBody: content: application/json: schema: type: object properties: name: type: string descriptionHtml: type: string startsAt: type: string format: date-time endsAt: type: string format: date-time timezone: type: string enum: - Africa/Abidjan - Africa/Accra - Africa/Addis_Ababa - Africa/Algiers - Africa/Asmara - Africa/Bamako - Africa/Bangui - Africa/Banjul - Africa/Bissau - Africa/Blantyre - Africa/Brazzaville - Africa/Bujumbura - Africa/Cairo - Africa/Casablanca - Africa/Ceuta - Africa/Conakry - Africa/Dakar - Africa/Dar_es_Salaam - Africa/Djibouti - Africa/Douala - Africa/El_Aaiun - Africa/Freetown - Africa/Gaborone - Africa/Harare - Africa/Johannesburg - Africa/Juba - Africa/Kampala - Africa/Khartoum - Africa/Kigali - Africa/Kinshasa - Africa/Lagos - Africa/Libreville - Africa/Lome - Africa/Luanda - Africa/Lubumbashi - Africa/Lusaka - Africa/Malabo - Africa/Maputo - Africa/Maseru - Africa/Mbabane - Africa/Mogadishu - Africa/Monrovia - Africa/Nairobi - Africa/Ndjamena - Africa/Niamey - Africa/Nouakchott - Africa/Ouagadougou - Africa/Porto-Novo - Africa/Sao_Tome - Africa/Tripoli - Africa/Tunis - Africa/Windhoek - America/Adak - America/Anchorage - America/Anguilla - America/Antigua - America/Araguaina - America/Argentina/Buenos_Aires - America/Argentina/Catamarca - America/Argentina/Cordoba - America/Argentina/Jujuy - America/Argentina/La_Rioja - America/Argentina/Mendoza - America/Argentina/Rio_Gallegos - America/Argentina/Salta - America/Argentina/San_Juan - America/Argentina/San_Luis - America/Argentina/Tucuman - America/Argentina/Ushuaia - America/Aruba - America/Asuncion - America/Atikokan - America/Bahia - America/Bahia_Banderas - America/Barbados - America/Belem - America/Belize - America/Blanc-Sablon - America/Boa_Vista - America/Bogota - America/Boise - America/Cambridge_Bay - America/Campo_Grande - America/Cancun - America/Caracas - America/Cayenne - America/Cayman - America/Chicago - America/Chihuahua - America/Costa_Rica - America/Creston - America/Cuiaba - America/Curacao - America/Danmarkshavn - America/Dawson - America/Dawson_Creek - America/Denver - America/Detroit - America/Dominica - America/Edmonton - America/Eirunepe - America/El_Salvador - America/Fort_Nelson - America/Fortaleza - America/Glace_Bay - America/Godthab - America/Goose_Bay - America/Grand_Turk - America/Grenada - America/Guadeloupe - America/Guatemala - America/Guayaquil - America/Guyana - America/Halifax - America/Havana - America/Hermosillo - America/Indiana/Indianapolis - America/Indiana/Knox - America/Indiana/Marengo - America/Indiana/Petersburg - America/Indiana/Tell_City - America/Indiana/Vevay - America/Indiana/Vincennes - America/Indiana/Winamac - America/Inuvik - America/Iqaluit - America/Jamaica - America/Juneau - America/Kentucky/Louisville - America/Kentucky/Monticello - America/Kralendijk - America/La_Paz - America/Lima - America/Los_Angeles - America/Lower_Princes - America/Maceio - America/Managua - America/Manaus - America/Marigot - America/Martinique - America/Matamoros - America/Mazatlan - America/Menominee - America/Merida - America/Metlakatla - America/Mexico_City - America/Miquelon - America/Moncton - America/Monterrey - America/Montevideo - America/Montreal - America/Montserrat - America/Nassau - America/New_York - America/Nipigon - America/Nome - America/Noronha - America/North_Dakota/Beulah - America/North_Dakota/Center - America/North_Dakota/New_Salem - America/Nuuk - America/Ojinaga - America/Panama - America/Pangnirtung - America/Paramaribo - America/Phoenix - America/Port-au-Prince - America/Port_of_Spain - America/Porto_Velho - America/Puerto_Rico - America/Punta_Arenas - America/Rainy_River - America/Rankin_Inlet - America/Recife - America/Regina - America/Resolute - America/Rio_Branco - America/Santa_Isabel - America/Santarem - America/Santiago - America/Santo_Domingo - America/Sao_Paulo - America/Scoresbysund - America/Shiprock - America/Sitka - America/St_Barthelemy - America/St_Johns - America/St_Kitts - America/St_Lucia - America/St_Thomas - America/St_Vincent - America/Swift_Current - America/Tegucigalpa - America/Thule - America/Thunder_Bay - America/Tijuana - America/Toronto - America/Tortola - America/Vancouver - America/Whitehorse - America/Winnipeg - America/Yakutat - America/Yellowknife - Antarctica/Casey - Antarctica/Davis - Antarctica/DumontDUrville - Antarctica/Macquarie - Antarctica/Mawson - Antarctica/McMurdo - Antarctica/Palmer - Antarctica/Rothera - Antarctica/South_Pole - Antarctica/Syowa - Antarctica/Troll - Antarctica/Vostok - Arctic/Longyearbyen - Asia/Aden - Asia/Almaty - Asia/Amman - Asia/Anadyr - Asia/Aqtau - Asia/Aqtobe - Asia/Ashgabat - Asia/Atyrau - Asia/Baghdad - Asia/Bahrain - Asia/Baku - Asia/Bangkok - Asia/Barnaul - Asia/Beirut - Asia/Bishkek - Asia/Brunei - Asia/Calcutta - Asia/Chita - Asia/Choibalsan - Asia/Chongqing - Asia/Colombo - Asia/Damascus - Asia/Dhaka - Asia/Dili - Asia/Dubai - Asia/Dushanbe - Asia/Famagusta - Asia/Gaza - Asia/Harbin - Asia/Hebron - Asia/Ho_Chi_Minh - Asia/Hong_Kong - Asia/Hovd - Asia/Irkutsk - Asia/Jakarta - Asia/Jayapura - Asia/Jerusalem - Asia/Kabul - Asia/Kamchatka - Asia/Karachi - Asia/Kashgar - Asia/Kathmandu - Asia/Katmandu - Asia/Khandyga - Asia/Kolkata - Asia/Krasnoyarsk - Asia/Kuala_Lumpur - Asia/Kuching - Asia/Kuwait - Asia/Macau - Asia/Magadan - Asia/Makassar - Asia/Manila - Asia/Muscat - Asia/Nicosia - Asia/Novokuznetsk - Asia/Novosibirsk - Asia/Omsk - Asia/Oral - Asia/Phnom_Penh - Asia/Pontianak - Asia/Pyongyang - Asia/Qatar - Asia/Qostanay - Asia/Qyzylorda - Asia/Rangoon - Asia/Riyadh - Asia/Sakhalin - Asia/Samarkand - Asia/Seoul - Asia/Shanghai - Asia/Singapore - Asia/Srednekolymsk - Asia/Taipei - Asia/Tashkent - Asia/Tbilisi - Asia/Tehran - Asia/Thimphu - Asia/Tokyo - Asia/Tomsk - Asia/Ulaanbaatar - Asia/Urumqi - Asia/Ust-Nera - Asia/Vientiane - Asia/Vladivostok - Asia/Yakutsk - Asia/Yangon - Asia/Yekaterinburg - Asia/Yerevan - Atlantic/Azores - Atlantic/Bermuda - Atlantic/Canary - Atlantic/Cape_Verde - Atlantic/Faroe - Atlantic/Madeira - Atlantic/Reykjavik - Atlantic/South_Georgia - Atlantic/St_Helena - Atlantic/Stanley - Australia/Adelaide - Australia/Brisbane - Australia/Broken_Hill - Australia/Currie - Australia/Darwin - Australia/Eucla - Australia/Hobart - Australia/Lindeman - Australia/Lord_Howe - Australia/Melbourne - Australia/Perth - Australia/Sydney - Europe/Amsterdam - Europe/Andorra - Europe/Astrakhan - Europe/Athens - Europe/Belgrade - Europe/Berlin - Europe/Bratislava - Europe/Brussels - Europe/Bucharest - Europe/Budapest - Europe/Busingen - Europe/Chisinau - Europe/Copenhagen - Europe/Dublin - Europe/Gibraltar - Europe/Guernsey - Europe/Helsinki - Europe/Isle_of_Man - Europe/Istanbul - Europe/Jersey - Europe/Kaliningrad - Europe/Kiev - Europe/Kirov - Europe/Lisbon - Europe/Ljubljana - Europe/London - Europe/Luxembourg - Europe/Madrid - Europe/Malta - Europe/Mariehamn - Europe/Minsk - Europe/Monaco - Europe/Moscow - Europe/Oslo - Europe/Paris - Europe/Podgorica - Europe/Prague - Europe/Riga - Europe/Rome - Europe/Samara - Europe/San_Marino - Europe/Sarajevo - Europe/Saratov - Europe/Simferopol - Europe/Skopje - Europe/Sofia - Europe/Stockholm - Europe/Tallinn - Europe/Tirane - Europe/Ulyanovsk - Europe/Uzhgorod - Europe/Vaduz - Europe/Vatican - Europe/Vienna - Europe/Vilnius - Europe/Volgograd - Europe/Warsaw - Europe/Zagreb - Europe/Zaporozhye - Europe/Zurich - GMT - Indian/Antananarivo - Indian/Chagos - Indian/Christmas - Indian/Cocos - Indian/Comoro - Indian/Kerguelen - Indian/Mahe - Indian/Maldives - Indian/Mauritius - Indian/Mayotte - Indian/Reunion - Pacific/Apia - Pacific/Auckland - Pacific/Bougainville - Pacific/Chatham - Pacific/Chuuk - Pacific/Easter - Pacific/Efate - Pacific/Enderbury - Pacific/Fakaofo - Pacific/Fiji - Pacific/Funafuti - Pacific/Galapagos - Pacific/Gambier - Pacific/Guadalcanal - Pacific/Guam - Pacific/Honolulu - Pacific/Johnston - Pacific/Kiritimati - Pacific/Kosrae - Pacific/Kwajalein - Pacific/Majuro - Pacific/Marquesas - Pacific/Midway - Pacific/Nauru - Pacific/Niue - Pacific/Norfolk - Pacific/Noumea - Pacific/Pago_Pago - Pacific/Palau - Pacific/Pitcairn - Pacific/Pohnpei - Pacific/Ponape - Pacific/Port_Moresby - Pacific/Rarotonga - Pacific/Saipan - Pacific/Tahiti - Pacific/Tarawa - Pacific/Tongatapu - Pacific/Truk - Pacific/Wake - Pacific/Wallis estimatedAttendeeCount: type: string enum: - 1-10 - 11-20 - 21-50 - 51-100 - 101-200 - 201-300 - 301-500 - 501-1000 - 1001-2000 - 2001-5000 - 5001-10000 - '>10000' categories: type: array items: type: string enum: - business_and_professional - science_and_technology - school_activities - auto_boat_and_air - charities_and_causes - community_and_culture - family_and_education - fashion_and_beauty - film_media_and_entertainment - food_and_drink - government_and_politics - health_and_wellness - home_and_lifestyle - music - performing_and_visual_arts - religion_and_spirituality - seasonal - sports_and_fitness - travel_and_outdoor - hobbies_and_special_interests - other types: type: array items: type: string enum: - seminar_or_talk - course_training_or_workshop - concert_or_performance - festival_or_fair - meeting_or_networking_event - party_or_social_gathering - tradeshow_consumer_show_or_expo - other isMagicLinkActivated: type: boolean default: false isSmsNotifyActivated: type: boolean default: false isWhatsappNotificationActivated: type: boolean default: false isEntrySettingEnabled: type: boolean default: false isSpecialRoleEarlyEntryAllowed: type: boolean default: false entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt paymentCurrency: type: string enum: - USD - HKD - THB - VND - IDR - MYR - PHP - TWD - SGD - KRW - JPY - CNY - AUD required: - name - descriptionHtml - startsAt - endsAt - timezone - estimatedAttendeeCount - categories - types - defaultLocale - paymentCurrency additionalProperties: false security: - bearerAuth: [] tags: - Event operationId: updateEventById summary: Update an event delete: responses: '204': description: Success content: application/json: schema: type: object properties: {} additionalProperties: false '500': description: ERROR parameters: - name: eventId in: path required: true schema: type: string security: - bearerAuth: [] tags: - Event operationId: deleteEventById summary: Soft-delete an event description: Sets a deletedAt timestamp on the event. The event is hidden from normal queries but remains in the database for recovery. /public-api/v1/event/{eventId}/extension-data: patch: responses: '200': description: Success content: application/json: schema: type: object properties: data: type: object properties: id: type: string format: uuid locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false bannerImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false faviconImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false ogImageMedia: type: object properties: default: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true en: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ja: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true ko: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true vi: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-HK: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true zh-CN: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true es: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true th: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true pt: type: object properties: id: type: string format: uuid originalFilename: type: string previewFilename: type: string originalFilepath: type: string previewFilepath: type: string mimeType: type: string type: type: string enum: - image - video - file size: type: number format: float required: - id - originalFilename - previewFilename - originalFilepath - previewFilepath - mimeType - size additionalProperties: false nullable: true required: - default additionalProperties: false additionalProperties: false organizationId: type: string format: uuid isPublished: type: boolean default: false publishedAt: type: string format: date-time nullable: true createdAt: type: string format: date-time updatedAt: type: string format: date-time rawData: type: object properties: contentI18n: type: object properties: name: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false location: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false organizerName: type: object properties: {} additionalProperties: false descriptionHtml: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false logoImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false bannerImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false faviconImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogImageMediaId: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogDescription: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false ogTitle: type: object properties: default: type: string nullable: true en: type: string nullable: true ja: type: string nullable: true ko: type: string nullable: true vi: type: string nullable: true zh-HK: type: string nullable: true zh-CN: type: string nullable: true es: type: string nullable: true th: type: string nullable: true pt: type: string nullable: true required: - default additionalProperties: false additionalProperties: false locationLatLng: type: object properties: lat: type: string lng: type: string required: - lat - lng additionalProperties: false nullable: true startsAt: type: string format: date-time endsAt: type: string format: date-time entryStartsAt: type: string format: date-time nullable: true entryEndsAt: type: string format: date-time nullable: true timezone: type: string types: type: array items: type: string categories: type: array items: type: string format: type: string enum: - virtual - in-person - hybrid nullable: true entryType: type: string enum: - by_invite_only - public defaultLocale: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt supportedLocales: type: array items: type: string enum: - en - ja - ko - vi - zh-HK - zh-CN - es - th - pt extensionData: type: object properties: {} additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false additionalProperties: false required: - id - locationLatLng - startsAt - endsAt - entryStartsAt - entryEndsAt - timezone - types - categories - format - entryType - defaultLocale - supportedLocales - extensionData - contentI18n - organizationId - publishedAt - createdAt - updatedAt - rawData additionalProperties: false required: - data additionalProperties: false '500': description: ERROR parameters: - name: eventId in: path required: true schema: type: string requestBody: content: application/json: schema: type: object properties: extensionData: type: object additionalProperties: anyOf: - anyOf: - type: string - type: number format: float - type: boolean nullable: true - type: array items: anyOf: - type: string - type: number format: float - type: boolean nullable: true description: Please refer to example for preview data structure as swagger not support pattern object in query & response example: key1: value key2: 123 key3: true key4: - value1 - value2 key5: - 123 - 456 key6: - true - false required: - extensionData additionalProperties: false security: - bearerAuth: [] tags: - Event operationId: patchEventExtensionDataById summary: Merge extension data into an event description: Merges provided key-value pairs into the event's extensionData. Only specified keys are overwritten; existing keys not in the request body are preserved. Supports string, number, boolean, array, and null values. components: requestBodies: getPaginatedEventBody: content: application/json: schema: type: object properties: filter: type: object properties: organizationId: type: string format: uuid name: type: string isPublished: type: boolean extensionData: type: object additionalProperties: anyOf: - type: object properties: $eq: anyOf: - type: string - type: number format: float - type: boolean $in: type: array items: anyOf: - type: string - type: number format: float - type: boolean $nin: type: array items: anyOf: - type: string - type: number format: float - type: boolean $gt: type: number format: float $gte: type: number format: float $lt: type: number format: float $lte: type: number format: float $exists: type: boolean additionalProperties: false - anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for non array values - type: array items: anyOf: - type: string - type: number format: float - type: boolean description: Shorthand equivalent to $eq for array values example: key1: $eq: value $in: - value1 - value2 - 100 - true $nin: - value1 - value2 - 500 - false $gt: 1 $gte: 2 $lt: 3 $lte: 4 $exists: true key2: value key3: - 123 - 456 additionalProperties: false additionalProperties: false securitySchemes: bearerAuth: name: Authorization type: apiKey in: header description: Bearer Authorization with jwt token