curl --request GET \
--url https://{workspace}.attendu.com/api/v1/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"_id": "<string>",
"general": {
"title": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"timezone": "Europe/London",
"location": {
"placeName": "<string>",
"address": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>"
},
"langs": [
"en",
"cs"
],
"ticketing": {
"isEnabled": false,
"currency": "czk",
"taxRate": {
"isEnabled": true,
"type": "vat",
"percentage": 21
},
"types": [
{
"id": "<string>",
"_cs": {
"name": "<string>",
"description": "<string>"
},
"_en": {
"name": "<string>",
"description": "<string>"
},
"isFree": true,
"priceExcludingTax": 0,
"price": 0,
"hasRestrictedVisibility": true,
"visibleOnlyTo": [
"<string>"
],
"maxCapacity": 123
}
],
"hasPromoCodesEnabled": true,
"promoCodes": [
{
"id": "<string>",
"name": "<string>",
"amount": 123,
"code": "<string>",
"maxUses": 123,
"usage": [
{
"buyerEmail": "<string>",
"usedAt": "2023-11-07T05:31:56Z",
"stripePaymentIntent": "<string>"
}
]
}
]
}
},
"guestlist": {
"properties": [
{
"id": "yN9hzaCj",
"type": "select",
"_cs": {
"name": "Typ vstupenky"
},
"_en": {
"name": "Ticket type"
},
"options": [
{
"id": "1QLXYBlw",
"_cs": {
"value": "VIP"
},
"_en": {
"value": "VIP"
}
},
{
"id": "PCx9ruxP",
"_cs": {
"value": "Standard"
},
"_en": {
"value": "Standard"
}
}
]
},
{
"id": "X62TkjiV",
"type": "text",
"_cs": {
"name": "Poznámka"
},
"_en": {
"name": "Note"
},
"options": []
},
{
"id": "Ybb48GO7",
"type": "multiSelect",
"_cs": {
"name": "Zájmy"
},
"_en": {
"name": "Interests"
},
"options": [
{
"id": "7bR7m2au",
"_cs": {
"value": "Technologie"
},
"_en": {
"value": "Technology"
}
},
{
"id": "BdwYyYmi",
"_cs": {
"value": "Byznys"
},
"_en": {
"value": "Business"
}
},
{
"id": "4igVHOnN",
"_cs": {
"value": "Marketing"
},
"_en": {
"value": "Marketing"
}
}
]
}
]
},
"pages": {
"activePage": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Retrieves accessible events with optional time-based filtering.
curl --request GET \
--url https://{workspace}.attendu.com/api/v1/events \
--header 'x-api-key: <api-key>'{
"results": [
{
"_id": "<string>",
"general": {
"title": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"timezone": "Europe/London",
"location": {
"placeName": "<string>",
"address": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>"
},
"langs": [
"en",
"cs"
],
"ticketing": {
"isEnabled": false,
"currency": "czk",
"taxRate": {
"isEnabled": true,
"type": "vat",
"percentage": 21
},
"types": [
{
"id": "<string>",
"_cs": {
"name": "<string>",
"description": "<string>"
},
"_en": {
"name": "<string>",
"description": "<string>"
},
"isFree": true,
"priceExcludingTax": 0,
"price": 0,
"hasRestrictedVisibility": true,
"visibleOnlyTo": [
"<string>"
],
"maxCapacity": 123
}
],
"hasPromoCodesEnabled": true,
"promoCodes": [
{
"id": "<string>",
"name": "<string>",
"amount": 123,
"code": "<string>",
"maxUses": 123,
"usage": [
{
"buyerEmail": "<string>",
"usedAt": "2023-11-07T05:31:56Z",
"stripePaymentIntent": "<string>"
}
]
}
]
}
},
"guestlist": {
"properties": [
{
"id": "yN9hzaCj",
"type": "select",
"_cs": {
"name": "Typ vstupenky"
},
"_en": {
"name": "Ticket type"
},
"options": [
{
"id": "1QLXYBlw",
"_cs": {
"value": "VIP"
},
"_en": {
"value": "VIP"
}
},
{
"id": "PCx9ruxP",
"_cs": {
"value": "Standard"
},
"_en": {
"value": "Standard"
}
}
]
},
{
"id": "X62TkjiV",
"type": "text",
"_cs": {
"name": "Poznámka"
},
"_en": {
"name": "Note"
},
"options": []
},
{
"id": "Ybb48GO7",
"type": "multiSelect",
"_cs": {
"name": "Zájmy"
},
"_en": {
"name": "Interests"
},
"options": [
{
"id": "7bR7m2au",
"_cs": {
"value": "Technologie"
},
"_en": {
"value": "Technology"
}
},
{
"id": "BdwYyYmi",
"_cs": {
"value": "Byznys"
},
"_en": {
"value": "Business"
}
},
{
"id": "4igVHOnN",
"_cs": {
"value": "Marketing"
},
"_en": {
"value": "Marketing"
}
}
]
}
]
},
"pages": {
"activePage": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Filter events by time frame (upcoming/past).
upcoming, past Events retrieved successfully.
Show child attributes
Event ID
Show child attributes
Title of the event
Start date of the event
End date of the event
Timezone of the event
Show child attributes
Name of the event location
Address of the event location
City of the event location
Zip code of the event location
Country of the event location
Languages supported by the event
["en", "cs"]Ticketing configuration for the event
Show child attributes
Whether ticketing is enabled for the event
Currency for the ticket price
czk, eur, usd "czk"
Tax rate configuration for ticketing
Show child attributes
Whether tax is enabled for ticketing
Type of tax applied to tickets
vat, salesTax, gst Tax percentage applied to tickets
21
Array of ticket types for the event
Show child attributes
Unique identifier for the ticket type
Whether the ticket type is free
Price of the ticket type excluding tax
Price of the ticket type including tax
Whether the ticket type has restricted visibility
Array of group IDs or roles that can see this ticket type
Maximum capacity for this ticket type
Whether promo codes are enabled for the event ticketing.
true
Array of promo codes for ticket discounts.
Show child attributes
Unique identifier for the promo code (nanoid, 8 chars)
Name of the promo code (e.g. Internal discount)
Discount amount for the promo code.
Promo code (6 chars, uppercase, A-Z0-9)
Maximum number of times this promo code can be used.
Usage records for this promo code.
Show child attributes
Email of the buyer who used the promo code.
Date and time when the promo code was used.
Stripe payment intent ID associated with the usage.
Show child attributes
Guestlist properties including any custom properties
Show child attributes
Unique identifier for the property
Type of the property field
text, select, multiSelect Show child attributes
Unique identifier for the option
{
"properties": [
{
"id": "yN9hzaCj",
"type": "select",
"_cs": { "name": "Typ vstupenky" },
"_en": { "name": "Ticket type" },
"options": [
{
"id": "1QLXYBlw",
"_cs": { "value": "VIP" },
"_en": { "value": "VIP" }
},
{
"id": "PCx9ruxP",
"_cs": { "value": "Standard" },
"_en": { "value": "Standard" }
}
]
},
{
"id": "X62TkjiV",
"type": "text",
"_cs": { "name": "Poznámka" },
"_en": { "name": "Note" },
"options": []
},
{
"id": "Ybb48GO7",
"type": "multiSelect",
"_cs": { "name": "Zájmy" },
"_en": { "name": "Interests" },
"options": [
{
"id": "7bR7m2au",
"_cs": { "value": "Technologie" },
"_en": { "value": "Technology" }
},
{
"id": "BdwYyYmi",
"_cs": { "value": "Byznys" },
"_en": { "value": "Business" }
},
{
"id": "4igVHOnN",
"_cs": { "value": "Marketing" },
"_en": { "value": "Marketing" }
}
]
}
]
}Date and time when the event was created
Date and time when the event was last updated
Total count of matching events