GET
/
api
/
v1
/
get_public_event_anonymous
/
{uuid}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "uuid": "<string>",
  "name": "<string>",
  "location": "<string>",
  "description": "<string>",
  "logo": "<string>",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "fullName": "<string>",
    "logo": "<string>"
  },
  "type": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "color": "<string>",
    "icon": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "eventMedia": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "media": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "entityId": 123,
        "contentUrl": "<string>",
        "type": "<string>",
        "mimeType": "<string>"
      }
    }
  ],
  "logoFromAlbum": "<string>",
  "dateTimeBegin": "2023-11-07T05:31:56Z",
  "dateTimeEnd": "2023-11-07T05:31:56Z",
  "product": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "uuid": "<string>",
    "id": 123,
    "name": "<string>",
    "nameEn": "<string>",
    "productPrices": [
      {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "currency": "<string>",
        "price": 123,
        "name": "<string>",
        "isArchived": true,
        "isSubscription": true,
        "isRestricted": "<string>",
        "fullDescription": "<string>",
        "displayNameOnPaymentPage": true
      }
    ],
    "isArchived": true,
    "description": "<string>",
    "descriptionEn": "<string>",
    "logo": "<string>",
    "isFee": true,
    "isDonation": true,
    "settings": {
      "tenantLogo": true,
      "showTitle": true,
      "colorSelection": null,
      "colorButton": null,
      "disableSubscribe": false,
      "commentSection": true,
      "newestAndTopDonationSection": true,
      "requireFullAddress": false,
      "disableRegister": false,
      "lightThemeOnly": false,
      "isThankYouSingular": false
    },
    "descriptionInternal": "<string>",
    "event": {},
    "productOptions": [
      "https://example.com/"
    ],
    "type": "<string>",
    "productPriceVariations": [
      "https://example.com/"
    ],
    "metaGraphImage": "<string>",
    "heroVideoUrl": "<string>",
    "thankYouMessage": "<string>",
    "descriptionDe": "<string>"
  },
  "isOnline": true,
  "settings": {
    "tenantLogo": true,
    "showTitle": true,
    "colorSelection": null,
    "colorButton": null,
    "disableSubscribe": false,
    "disableRegister": true,
    "lightThemeOnly": false,
    "isThankYouSingular": false,
    "fieldName": true,
    "fieldEmail": true,
    "fieldPhone": false,
    "fieldOrganisation": false,
    "fieldRole": false,
    "fieldTown": false,
    "fieldLinkedin": false,
    "fieldX": false,
    "fieldInstagram": false
  },
  "sdg": [
    "<string>"
  ],
  "isPublic": true,
  "hasEventTicketing": true,
  "timezone": "<string>",
  "isPast": true,
  "status": "draft",
  "placesApiId": "<string>",
  "placeLatitude": 123,
  "placeLongitude": 123
}

Path Parameters

uuid
string
required

Event identifier

Response

Event resource

@context
@id
string
@type
string
id
integer
uuid
string | null
name
string
location
string | null
description
string | null
owner
object | null
type
object | null
dateCreated
string<date-time>
eventMedia
object[]
logoFromAlbum
string | null
dateTimeBegin
string<date-time> | null
dateTimeEnd
string<date-time> | null
product
object | null
isOnline
boolean
settings
string[] | null
Example:
{
"tenantLogo": true,
"showTitle": true,
"colorSelection": null,
"colorButton": null,
"disableSubscribe": false,
"disableRegister": true,
"lightThemeOnly": false,
"isThankYouSingular": false,
"fieldName": true,
"fieldEmail": true,
"fieldPhone": false,
"fieldOrganisation": false,
"fieldRole": false,
"fieldTown": false,
"fieldLinkedin": false,
"fieldX": false,
"fieldInstagram": false
}
sdg
string[] | null
isPublic
boolean | null
hasEventTicketing
boolean | null
timezone
string | null
isPast
boolean
status
string | null
default:draft
Example:

"draft"

placesApiId
string | null
placeLatitude
number | null
placeLongitude
number | null