Overview
Configuration is provided for establishing connections with Eventbrite service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Quick Start
In this task, we will show you step-by-step how to create a connection to Eventbrite REST API using COZYROC's REST Connection Manager.
Congratulations! You have now established a connection to your Eventbrite instance.
In this guide, we will show how to read data from the Eventbrite service resource using the COZYROC REST Source component.
In this guide, we will show how to write data to the Eventbrite service resource using the COZYROC REST Destination component.
Configuration
Base URL address: https://www.eventbriteapi.com/v3
.
- OAuth
-
The authentication uses an authorized token.
The following request parameters will be automatically processed during the authentication process:
-
Authorization:
Bearer {{=token.Access}}
Documentation: https://www.eventbrite.com/platform/api#/introduction/authentication/2.-(for-app-partners)-authorize-your-users.
-
Authorization:
Based on resource template Base.
- [Read event] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/attendees/
.
The result is extracted from:{{=response.attendees}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event identifier.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getAttendeeExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/attendee/list/list-attendees-by-event.
- [Read organization] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/attendees/
.
The result is extracted from:{{=response.attendees}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getAttendeeExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/attendee/list/list-attendees-by-organization.
- [Read team] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/teams/{{=parameters.team_id}}/attendees/
.
The result is extracted from:{{=response.attendees}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event id.
- team_id: Required. Specify the team id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getAttendeeExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event-teams/attendees-by-team/list-attendees-by-team.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/attendees/{{=parameters.attendee_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the organization_id.
- attendee_id: Required. Specify the attendee_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getSelectFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/attendee/retrieve/retrieve-an-attendee.
The resource includes the fields from the AttendeeT template.
- promotional_code
Template: ShortText.
- survey_responses
Template: LongText. A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/categories/
.
The result is extracted from:{{=response.categories}}
.Documentation: https://www.eventbrite.com/platform/api#/reference/categories/retrieve/list-of-categories.
- [Read single] action
-
Endpoint URL address:
/categories/{{=parameters.id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. Specify the categoryId.
Documentation: https://www.eventbrite.com/platform/api#/reference/categories/retrieve/category-by-id.
The resource includes the fields from the FormatT template.
- subcategories
Field components:
- An array.
-
Uses template:
FormatT
.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/subcategories/
.
The result is extracted from:{{= response.subcategories }}
.Documentation: https://www.eventbrite.com/platform/api#/reference/categories/list/list-of-subcategories.
- [Read single] action
-
Endpoint URL address:
/subcategories/{{=parameters.id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. Specify the subcategoryId.
Documentation: https://www.eventbrite.com/platform/api#/reference/categories/retrieve/subcategory-by-id.
The resource includes the fields from the FormatT template.
- parent_category
Template: FormatT.
Based on resource template Base.
- [Read organization] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/discounts/
.
The result is extracted from:{{=response.discounts}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization identifier.
- scope: Required. Specify the discount scope.
- event_id: Required. Specify the event_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getDiscountExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/discount/list/search-discounts-by-organization.
- [Read single] action
-
Endpoint URL address:
/discounts/{{=parameters.id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- id: Required. Specify the discountId.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getDiscountExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/discount/retrieve/retrieve-a-discount.
- [Create] action
-
Endpoint URL address:
/organizations/{{=item.organization_id}}/discounts/
.The following request parameters will be automatically processed:
-
application/json:
{{={ discount: item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/discount/retrieve/create-a-discount.
-
application/json:
- [Update] action
-
Endpoint URL address:
/discounts/{{=item.id}}/
.The following request parameters will be automatically processed:
-
application/json:
{{={ discount: item} }}
Documentation: https://www.eventbrite.com/platform/api#/reference/discount/update/delete-a-discount.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/discounts/{{=item.id}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/discount/delete/delete-a-discount.
- type
Template: ShortText.
- code
Template: ShortText.
- discount_type
Template: ShortText.
- amount_off
Data type: DT_R8
- percent_off
Data type: DT_R8
- ticket_class_ids
Template: LongText. A composite field.
- quantity_available
Data type: DT_I4
- organization_id
A key field. Template: Id.
- quantity_sold
Data type: DT_I4
- start_date
Template: ShortText.
- start_date_relative
Data type: DT_I4
- end_date
Template: ShortText.
- end_date_relative
Data type: DT_I4
- ticket_group_id
Template: Id.
- hold_ids
Template: LongText. A composite field.
- event_id
A key field. Template: Id.
- reserved_seating
Template: ShortText.
- ticket_group
Field components:
-
Uses template:
ShortText
. - Contains the following components: name, status, event_ticket_ids, tickets.
-
Uses template:
- event
Template: eventT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/display_settings/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/display-settings/retrieve/retrieve-display-settings.
- [Update] action
-
Endpoint URL address:
/events/{{=item.event_id}}/display_settings/
.The following request parameters will be automatically processed:
-
application/json:
{{={ display_settings : item} }}
Documentation: https://www.eventbrite.com/platform/api#/reference/display-settings/update/update-display-settings.
-
application/json:
- event_id
A key field. Template: Id.
- show_start_date
Data type: DT_BOOL
- show_end_date
Data type: DT_BOOL
- show_start_end_time
Data type: DT_BOOL
- show_timezone
Data type: DT_BOOL
- show_map
Data type: DT_BOOL
- show_remaining
Data type: DT_BOOL
- show_organizer_facebook
Data type: DT_BOOL
- show_organizer_twitter
Data type: DT_BOOL
- show_facebook_friends_going
Data type: DT_BOOL
- terminology
Template: ShortText.
Based on resource template Base.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/schedules/
.The following request parameters will be automatically processed:
-
application/json:
{{={ schedule : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/event-schedule/create/create-an-event-schedule.
-
application/json:
- description
Template: LongText.
- occurrence_duration
Data type: DT_I4
- recurrence_rule
Template: ShortText.
- event_id
A key field. Template: Id.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/series/{{=parameters.event_series_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_series_id: Required. Specify the event series id.
The following request parameters will be automatically processed:
-
expand:
{{=_.intersection(parameters.fields, ['series_dates']).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event-series/retrieve/retrieve-an-event-series.
The resource includes the fields from the eventT template.
- series_dates
Field components:
- An array.
- Contains the following components: id, start, end, url, status, locale.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/teams/
.
The result is extracted from:{{=response.teams}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/event-teams/list-by-event.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/teams/{{=parameters.team_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
- team_id: Required. Specify the team_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/event-teams/retrieve/retrieve-team.
- [Read search] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/teams/search/
.
The result is extracted from:{{=response.teams}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
- term: Required. Specify the term.
Documentation: https://www.eventbrite.com/platform/api#/reference/event-teams/search/search-teams-by-name-team.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/teams/create/
.Documentation: https://www.eventbrite.com/platform/api#/reference/event-teams/create/create-a-team.
- id
Template: Id.
- name
Template: ShortText.
- password
Template: ShortText.
- preferred_start_time
Template: ShortText.
- creator
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, emails.
-
Uses template:
- changed
Template: DateTime.
- created
Template: DateTime. A read-only field.
- attendee_count
Data type: DT_I4
- token
Template: ShortText.
- event_id
Template: Id.
- date_joined
Template: DateTime. A read-only field.
- spots_left
Data type: DT_I4
- has_password
Data type: DT_BOOL
- is_full
Data type: DT_BOOL
- is_team_member
Data type: DT_BOOL
- public_event_id
Template: Id.
Based on resource template Base.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getEventExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/retrieve/retrieve-an-event.
- [Read venue] action
-
Endpoint URL address:
/venues/{{=parameters.venue_id}}/events/
.
The result is extracted from:{{=response.events}}
.The action has the following user-defined parameters:
- venue_id: Required. Specify the venue_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getEventExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/list/list-events-by-venue.
- [Read organization] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/events/
.
The result is extracted from:{{=response.events}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getEventExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/list/list-events-by-organization.
- [Read series] action
-
Endpoint URL address:
/series/{{=parameters.event_series_id}}/events/
.
The result is extracted from:{{=response.events}}
.The action has the following user-defined parameters:
- event_series_id: Required. Specify the event series id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getEventExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/list/list-events-by-series.
- [Create] action
-
Endpoint URL address:
/organizations/{{=item.organization_id}}/events/
.The following request parameters will be automatically processed:
-
application/json:
{{={ event : item} }}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/create/create-an-event.
-
application/json:
- [Update] action
-
Endpoint URL address:
/events/{{=item.id}}/
.The following request parameters will be automatically processed:
-
application/json:
{{={ event : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/event/update/update-an-event.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/events/{{=item.id}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/event/delete/delete-an-event.
The resource includes the fields from the eventT template.
- guestlist_metrics
Template: LongText. A composite field.
- listing_properties
Field components:
-
Uses template:
ShortText
. - Contains the following components: seatmap_thumbnail_url, is_paid.
-
Uses template:
- basic_inventory_info
Field components:
- Contains the following components: has_ticket_classes, has_inventory_tiers, has_ticket_rules, has_add_ons, has_donations, has_admission_tiers, has_capacity_holds, has_ga_hold_tiers, has_reserved_seating_holds, has_holds.
- refund_policy
Field components:
-
Uses template:
ShortText
. - Contains the following components: refund_policy, refund_retention_policy, is_attendee_automated_refund_allowed, default_refund_retention_policy_strategy, refund_methods, credit_expiration_period, is_refund_request_allowed.
-
Uses template:
- publish_settings
Field components:
-
Uses template:
ShortText
. - Contains the following components: resource_uri, published_date, schedule_publish_date, schedule_publish_status, can_publish.
-
Uses template:
- has_digital_content
Field components:
-
Uses template:
ShortText
. - Contains the following components: has_digital_content, digital_content_url, digital_content_relative_url.
-
Uses template:
- capacity_tier
A read-only field. The value is gathered from
/events/{{=item.id}}/capacity_tier/
address. Field components:-
Uses template:
holdT
. - Contains the following components: quantity_pending, quantity_sold, quantity_total, capacity_pending, capacity_sold, capacity_total, capacity_is_custom, holds.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/formats/
.
The result is extracted from:{{=response.formats}}
.Documentation: https://www.eventbrite.com/platform/api#/reference/formats/list/list-formats.
- [Read single] action
-
Endpoint URL address:
/formats/{{=parameters.format_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- format_id: Required. Specify the format id.
Documentation: https://www.eventbrite.com/platform/api#/reference/formats/retrieve/retrieve-a-format.
The resource includes the fields from the FormatT template.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/inventory_tiers/
.
The result is extracted from:{{=response.inventory_tiers}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/inventory-tiers/list/list-inventory-tiers-by-event.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/inventory_tiers/{{=parameters.inventory_tier_id}}/
.
The result is extracted from:{{=[response.inventory_tier]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
- inventory_tier_id: Required. Specify the inventory_tier_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/inventory-tiers/retrieve/retrieve-an-inventory-tier.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/inventory_tiers/
.The following request parameters will be automatically processed:
-
application/json:
{{={ inventory_tiers : [item] } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/inventory-tiers/create/create-multiple-inventory-tiers.
-
application/json:
- [Update] action
-
Endpoint URL address:
/events/{{=item.event_id}}/inventory_tiers/
.The following request parameters will be automatically processed:
-
application/json:
{{={ inventory_tiers : [item] } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/inventory-tiers/update/update-multiple-inventory-tiers.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/events/{{item.event_id}}/inventory_tiers/{{=item.id}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/event/delete/delete-an-event.
- id
A key field. Template: Id.
- name
Template: ShortText.
- tier
Data type: DT_I4
- seatmap_number
Data type: DT_I4
- sort_order
Data type: DT_I4
- color
Template: ShortText.
- quantity_total
Data type: DT_I4
- count_against_event_capacity
Data type: DT_BOOL
- image_id
Template: Id.
- event_id
A key field. Template: Id.
- quantity_held
Data type: DT_I4
- quantity_sold
Data type: DT_I4
- quantity_pending
Data type: DT_I4
- ticket_class_ids
Template: LongText. A composite field.
- capacity_total
Data type: DT_I4
- holds
Template: holdT.
- image
Template: ImageT. A read-only field.
Based on resource template Base.
- [Read organization] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/orders/
.
The result is extracted from:{{=response.orders}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getOrderExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/order/list/list-orders-by-organization-id.
- [Read user] action
-
Endpoint URL address:
/users/{{=parameters.user_id}}/orders/
.
The result is extracted from:{{=response.orders}}
.The action has the following user-defined parameters:
- user_id: Required. Specify the user id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getOrderExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/order/list/list-orders-by-user-id.
- [Read single] action
-
Endpoint URL address:
/orders/{{=parameters.order_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- order_id: Required. Specify the order id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getOrderExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/order/retrieve/retrieve-order-by-id.
The resource includes the fields from the orderT template.
- concierge
Template: ShortText. A composite field.
- refund_requests
Template: ShortText. A composite field.
- survey
Template: ShortText. A composite field.
- survey_responses
Template: ShortText. A composite field.
- answers
Template: ShortText. A composite field.
- merchandise
A composite field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/members/
.
The result is extracted from:{{=response.members}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/organizations-members/list/list-members-of-an-organization.
- event_id
A key field. Template: Id.
- show_start_date
Data type: DT_BOOL
- show_end_date
Data type: DT_BOOL
- show_start_end_time
Data type: DT_BOOL
- show_timezone
Data type: DT_BOOL
- show_map
Data type: DT_BOOL
- show_remaining
Data type: DT_BOOL
- show_organizer_facebook
Data type: DT_BOOL
- show_organizer_twitter
Data type: DT_BOOL
- show_facebook_friends_going
Data type: DT_BOOL
- terminology
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/roles/
.
The result is extracted from:{{=response.roles}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify the organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/organization-roles/list/list-roles-by-organization.
- id
Template: Id.
- name
Template: ShortText.
- description
Template: ShortText.
- organization_id
Template: Id.
- permissions
Template: LongText. A composite field.
- immutable
Data type: DT_BOOL
- grantable
Data type: DT_BOOL
- deletable
Data type: DT_BOOL
- permission_type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/users/me/organizations/
.
The result is extracted from:{{=response.organizations}}
.Documentation: https://www.eventbrite.com/platform/api#/reference/organization/list-your-organizations/list-your-organizations.
- [Read user] action
-
Endpoint URL address:
/users/{{=parameters.user_id}}/organizations/
.
The result is extracted from:{{=response.organizations}}
.The action has the following user-defined parameters:
- user_id: Required. Specify the user_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/organization/list-organizations-by-user/list-organizations-by-user.
- id
Template: Id.
- name
Template: ShortText.
- vertical
Template: ShortText.
- image_id
Template: Id.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/performers/
.
The result is extracted from:{{=response.performers}}
.The action has the following user-defined parameters:
- event_id: Required. Specify the event_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getMusicPerformerExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/organization/list-your-organizations/list-your-organizations.
- id
Data type: DT_I4
- display_name
Template: ShortText.
- role
Template: ShortText.
- sort_order
Data type: DT_I4
- artist_id
Template: Id.
- hidden
Data type: DT_BOOL
- artist_extended_data
Field components:
-
Uses template:
Id
. - Contains the following components: id, is_canonical, condition, biography, genres, social_media_links, images, artist_id, name, name_slug.
-
Uses template:
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/pricing/fee_rates/
.
The result is extracted from:{{=response.fee_rates}}
.The action has the following user-defined parameters:
- country: Required. Specify country
- currency: Required. Specify currency
Documentation: https://www.eventbrite.com/platform/api#/reference/pricing/list/list-pricing.
- [Read item] action
-
Endpoint URL address:
/pricing/calculate_price_for_item/
.
The result is extracted from:{{=[response.item_pricing]}}
.
The action uses POST method.The action has the following user-defined parameters:
- Query: Required. Specify Query in JSON format.
The following request parameters will be automatically processed:
-
application/json:
{{=parameters.get('Query') ? JSON.parse(parameters.Query) : parameters}}
Documentation: https://www.eventbrite.com/platform/api#/reference/pricing/items/calculate-items.
- fixed
Template: currencyT.
- maximum
Template: currencyT.
- minimum
Template: currencyT.
- country
Template: ShortText.
- currency
Template: ShortText.
- fee_name
Template: ShortText.
- plan
Template: ShortText.
- payment_type
Template: ShortText.
- channel
Template: ShortText.
- item_type
Template: ShortText.
- percent
Data type: DT_R8
- organizer_share
Template: currencyT.
- total_fees
Template: currencyT.
- total_taxes
Template: currencyT.
- total_price
Template: currencyT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/canned_questions/
.
The result is extracted from:{{=response.questions}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/list-default-questions/list-default-questions-by-event.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/canned_questions/{{=parameters.question_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
- question_id: Required. Specify question_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/get-default-question-by-id/get-default-question-by-id.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/canned_questions/
.The following request parameters will be automatically processed:
-
application/json:
{{={ question : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/create-default-question/create-a-default-question-for-an-event.
-
application/json:
- [Update] action
-
Endpoint URL address:
/event/{{=item.event_id}}/canned_questions/{{=item.id}}
.The following request parameters will be automatically processed:
-
application/json:
{{={ question : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/update-default-question-by-id/update-default-question-by-id.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/event/{{=item.event_id}}/canned_questions/{{=item.id}}
.Documentation: https://www.eventbrite.com/platform/api#/reference/questions/delete-default-question-by-id/delete-default-question-by-id.
- id
A key field. Template: Id.
- resource_uri
Template: ShortText.
- event_id
A key field. Template: Id.
- question
Template: textHTMLT.
- type
Template: ShortText.
- canned_type
Template: ShortText.
- required
Data type: DT_BOOL
- choices
Template: LongText. A composite field.
- ticket_classes
Template: ticket_classesT.
- group_id
Template: Id.
- respondent
Template: ShortText.
- default_value
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/questions/
.
The result is extracted from:{{=response.questions}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/list-custom-questions/list-custom-questions-by-event.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/questions/{{=parameters.question_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
- question_id: Required. Specify question_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/get-custom-question-by-id/get-custom-question-by-id.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/questions/
.The following request parameters will be automatically processed:
-
application/json:
{{={ question : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/questions/create-custom-question/create-a-custom-question-for-an-event.
-
application/json:
- [Delete] action
-
Endpoint URL address:
/events/{{=item.event_id}}/questions/{{=item.id}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/questions/delete-custom-question/delete-a-custom-question-for-an-event.
- id
A key field. Template: Id.
- resource_uri
Template: ShortText.
- event_id
A key field. Template: Id.
- question
Template: textHTMLT.
- required
Data type: DT_BOOL
- type
Template: ShortText.
- respondent
Template: ShortText.
- choices
Field components:
- An array.
- Contains the following components: id, answer, quantity_available, quantity_sold, low_stock, subquestion_ids.
- ticket_classes
Template: ticket_classesT.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/seatmaps/
.
The result is extracted from:{{=response.seatmaps}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
- venue_id: Required. Specify venue_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getSeatMapExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/seat-map/list-seat-maps-by-organization/list-seat-maps-by-organization.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/seatmaps/
.Documentation: https://www.eventbrite.com/platform/api#/reference/seat-map/list-seat-maps-by-organization/create-seat-map-for-event.
- id
Template: Id.
- event_id
A key field. Template: Id.
- venue_id
Template: Id.
- name
Template: ShortText.
- capacity
Data type: DT_I4
- thumbnail_url
Template: ShortText.
- event
Template: eventT.
- venue
Template: venueT.
- source_seatmap_id
Template: ShortText.
Based on resource template Base.
- [Read published] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/structured_content/
.
The result is extracted from:{{=response.modules}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
- publish: Required. Specify publish.
- [Read working] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/structured_content/edit/
.
The result is extracted from:{{=response.modules}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
- publish: Required. Specify publish.
Documentation: https://www.eventbrite.com/platform/api#/reference/structured-content/retrieve/retrieve-latest-working-version-of-structured-content-by-event-id.
- [Create] action
-
Endpoint URL address:
/events/{{=item.id}}/structured_content/{{=item.version}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/structured-content/createupdate/set-structured-content-by-event-id-and-version.
- id
A key field. Template: Id.
- version
A key field. Data type: DT_I4
- purpose
Template: ShortText.
- access_type
Template: ShortText.
- modules
Field components:
- An array.
- layout
Template: ShortText.
- timed_display
Field components:
-
Uses template:
DateTime
. - Contains the following components: absolute_start_utc, absolute_end_utc, relative_start, relative_end.
-
Uses template:
- resource_uris
Template: LongText. A composite field.
- semantic_purpose
Template: ShortText.
- type
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/text_overrides/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
- locale: Required. Specify locale.
- text_codes: Required. Specify text_codes.
Documentation: https://www.eventbrite.com/platform/api#/reference/texts-overrides/retrieve-text-overrides/retrieve-text-overrides.
- [Create] action
-
Endpoint URL address:
/organizations/{{=item.organization_id}}/text_overrides/
.Documentation: https://www.eventbrite.com/platform/api#/reference/texts-overrides/retrieve-text-overrides/create-text-overrides.
- text_code
Template: ShortText.
- message
Template: ShortText.
- default_message
Template: ShortText.
- message_type
Template: ShortText.
- message_code
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/ticket_buyer_settings/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-buyer-settings/retrieve-ticket-buyer-settings-by-event.
- [Update] action
-
Endpoint URL address:
/events/{{=item.event_id}}/ticket_buyer_settings/
.The following request parameters will be automatically processed:
-
application/json:
{{={ ticket_buyer_settings : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-buyer-settings/update/update-ticket-buyer-settings-for-an-event.
-
application/json:
- confirmation_message
Template: textHTMLT.
- instructions
Template: textHTMLT.
- event_id
A key field. Template: Id.
- refund_request_enabled
Data type: DT_BOOL
- redirect_url
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/ticket_classes/
.
The result is extracted from:{{= response.ticket_classes}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getMusicPerformerExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-class/list/list-ticket-classes-by-event.
- [Read for-sale] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/ticket_classes/for_sale/
.
The result is extracted from:{{=response.ticket_classes}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getMusicPerformerExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-class/list/list-ticket-classes-available-for-sale-by-event.
- [Read single] action
-
Endpoint URL address:
/events/{{=parameters.event_id}}/ticket_classes/{{=parameters.ticket_class_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- event_id: Required. Specify event_id.
- ticket_class_id: Required. Specify ticket_class_id.
The following request parameters will be automatically processed:
-
expand:
{{=EB.getMusicPerformerExpandFields(parameters).join()}}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-class/retrieve/retrieve-a-ticket-class.
- [Create] action
-
Endpoint URL address:
/events/{{=item.event_id}}/ticket_classes/
.The following request parameters will be automatically processed:
-
application/json:
{{={ ticket_class : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-buyer-settings/update/update-ticket-buyer-settings-for-an-event.
-
application/json:
- [Update] action
-
Endpoint URL address:
/events/{{=item.event_id}}/ticket_classes/{{=item.id}}/
.The following request parameters will be automatically processed:
-
application/json:
{{={ ticket_class : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-class/update/create-a-ticket-class.
-
application/json:
- id
A key field. Template: ShortText.
- actual_cost
Data type: DT_R8
- actual_fee
Template: currencyT.
- cost
Field components:
-
Uses template:
ShortText
. - Contains the following components: display, currency, value, major_value, actual_cost, actual_fee, cost, fee, tax.
-
Uses template:
- fee
Template: currencyT.
- tax
Template: currencyT.
- resource_uri
Template: ShortText.
- display_name
Template: ShortText.
- name
Template: ShortText.
- description
Template: ShortText.
- sorting
Data type: DT_I4
- donation
Data type: DT_BOOL
- free
Data type: DT_BOOL
- minimum_quantity
Data type: DT_I4
- maximum_quantity
Data type: DT_I4
- maximum_quantity_per_order
Data type: DT_I4
- on_sale_status
Template: ShortText.
- has_pdf_ticket
Data type: DT_BOOL
- order_confirmation_message
Template: ShortText.
- delivery_methods
Template: LongText. A composite field.
- category
Template: ShortText.
- sales_channels
Template: LongText. A composite field.
- secondary_assignment_enabled
Data type: DT_BOOL
- event_id
A key field. Template: Id.
- image_id
Template: Id.
- capacity
Template: ShortText.
- quantity_total
Data type: DT_I4
- quantity_sold
Data type: DT_I4
- sales_end_relative
Field components:
-
Uses template:
ShortText
. - Contains the following components: relative_to_event, offset.
-
Uses template:
- sales_start
Template: DateTime.
- sales_end
Template: DateTime.
- hidden
Data type: DT_BOOL
- hidden_currently
Data type: DT_BOOL
- auto_hide_before
Template: ShortText.
- auto_hide_after
Template: ShortText.
- sales_start_after
Template: ShortText.
- include_fee
Data type: DT_BOOL
- split_fee
Data type: DT_BOOL
- hide_description
Data type: DT_BOOL
- hide_sale_dates
Data type: DT_BOOL
- auto_hide
Data type: DT_BOOL
- inventory_tier_id
Template: ShortText.
- payment_constraints
Template: LongText. A composite field.
- variants
Field components:
- An array.
- Contains the following components: tax, ticket_options_range, shipping_components, cost, checkout_group_id, display_shipping_fee, category, fee, display_name, total_cost, description, free, fee_components, tax_components, tax_and_fee, include_fee, use_all_in_price, payment_constraints, hide_sale_dates, name, currency, on_sale_status.
- event
Template: eventT.
- image
Template: ImageT. A read-only field.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/ticket_groups/
.
The result is extracted from:{{=response.ticket_groups}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-group/list/list-ticket-groups-by-organization.
- [Read single] action
-
Endpoint URL address:
/ticket_groups/{{=parameters.ticket_group_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- ticket_group_id: Required. Specify ticket_group_id.
- organization_id: Required. Specify organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-group/retrieve/retrieve-a-ticket-group.
- [Create] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/ticket_groups/
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
The following request parameters will be automatically processed:
-
application/json:
{{={ ticket_group : _.extend(item, EB.getEventTicketIdsString(item.event_ticket_ids)) } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-group/create/create-a-ticket-group.
- [Update] action
-
Endpoint URL address:
/ticket_groups/{{=item.ticket_group_id}}/
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
The following request parameters will be automatically processed:
-
application/json:
{{={ ticket_group : item } }}
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-group/update/update-a-ticket-group.
- [Delete] action
-
Endpoint URL address:
/ticket_groups/{{=item.ticket_group_id}}/
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/ticket-group/delete/delete-a-ticket-group.
- id
Template: Id.
- name
Template: ShortText.
- resource_uri
Template: ShortText.
- organization_id
A key field. Template: Id.
- ticket_group_id
A key field. Template: Id.
- status
Template: ShortText.
- tickets
Template: LongText. A composite field.
- event_ticket_ids
Template: LongText. A composite field.
- [External]
-
The external fields URL address:
/organizations/{{=parameters.organization_id}}/events/
. The external fields list is extracted from:{{=response.events}}
.- event_ticket_ids.{{=external.name.text}}
Template: ShortText. Before setting, the value is processed with
{{=value && { id: field.external.id, value: value } }}
expression.
Based on resource template Base.
- [Read single] action
-
Endpoint URL address:
/users/{{=parameters.user_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- user_id: Required. Specify user_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/user/retrieve-information-about-a-user-account/retrieve-information-about-a-user-account.
- [Read] action
-
Endpoint URL address:
/users/me/
.
- id
Template: Id.
- name
Template: ShortText.
- first_name
Template: ShortText.
- last_name
Template: ShortText.
- is_public
Data type: DT_BOOL
- image_id
Template: ShortText.
- emails
Field components:
- An array.
- Contains the following components: email, verified.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/venues/
.
The result is extracted from:{{=response.venues}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/venue/list/list-venues-by-organization.
- [Read single] action
-
Endpoint URL address:
/venues/{{=parameters.venue_id}}/
.
The result is extracted from:{{=[response]}}
.The action has the following user-defined parameters:
- venue_id: Required. Specify venue_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/venue/retrieve/retrieve-a-venue.
- [Create] action
-
Endpoint URL address:
/organizations/{{=item.organization_id}}/venues/
.The following request parameters will be automatically processed:
-
application/json:
{{={ venue : item} }}
Documentation: https://www.eventbrite.com/platform/api#/reference/venue/create/create-a-venue.
-
application/json:
- [Update] action
-
Endpoint URL address:
/venues/{{=item.id}}/
.The following request parameters will be automatically processed:
-
application/json:
{{={ venue : item} }}
Documentation: https://www.eventbrite.com/platform/api#/reference/venue/update/update-a-venue.
-
application/json:
The resource includes the fields from the venueT template.
- organization_id
A key field. Template: Id.
- user_id
Template: Id.
- venue_profile_id
Template: Id.
- organizer_id
Template: Id.
- google_place_id
Template: Id.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/organizations/{{=parameters.organization_id}}/webhooks/
.
The result is extracted from:{{=response.webhooks}}
.The action has the following user-defined parameters:
- organization_id: Required. Specify organization_id.
Documentation: https://www.eventbrite.com/platform/api#/reference/webhooks/list/list-webhook-by-organization-id.
- [Create] action
-
Endpoint URL address:
/organizations/organization_id/webhooks/
.Documentation: https://www.eventbrite.com/platform/api#/reference/webhooks/create/create-webhooks-by-organization-id.
- [Delete] action
-
Endpoint URL address:
/webhooks/{{=item.id}}/
.Documentation: https://www.eventbrite.com/platform/api#/reference/webhooks/delete/delete-webhook-by-id.
- id
A key field. Template: Id.
- endpoint_url
Template: ShortText.
- actions
Template: LongText. A composite field.
- event_id
Template: Id.
- organization_id
A key field. Template: Id.
- resource_uri
Template: ShortText.
- created
Template: DateTime. A read-only field.
- user_id
Template: Id.
- longitude
Template: ShortText.
- [Read] action
-
The result is paginated.The following request parameters will be automatically processed:
-
continuation:
{{=parameters.iterator}}
-
_includeUserParameters:
{{=parameters}}
-
continuation:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
application/json:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- Id
Data type: DT_I8
- currencyT
Field components:
-
Uses template:
ShortText
. - Contains the following components: currency, value, major_value, display.
-
Uses template:
- timezoneT
Field components:
-
Uses template:
ShortText
. - Contains the following components: timezone, utc, local.
-
Uses template:
- textHTMLT
Field components:
-
Uses template:
ShortText
. - Contains the following components: html, text.
-
Uses template:
- fee_componentsT
Field components:
- An array.
- Contains the following components: name, payer, title, bucket, value, group_name, base, rule, internal_name, intermediate, recipient.
- CoordinateT
Field components:
- Contains the following components: x, y.
- CropMaskT
Field components:
-
Uses template:
CoordinateT
. - Contains the following components: top_left, width, height.
-
Uses template:
- OriginalT
Field components:
-
Uses template:
ShortText
. - Contains the following components: url, width, height.
-
Uses template:
- ImageT
Field components:
-
Uses template:
Id
. - Contains the following components: id, url, crop_mask, original, aspect_ratio, edge_color, edge_color_set, content.
-
Uses template:
- AddressT
Field components:
-
Uses template:
ShortText
. - Contains the following components: address_1, address_2, city, region, postal_code, country, latitude, longitude, localized_address_display, localized_area_display, localized_multi_line_address_display.
-
Uses template:
- profileT
Field components:
-
Uses template:
ShortText
. - Contains the following components: name, email, first_name, last_name, prefix, suffix, age, job_title, company, website, blog, gender, birth_date, cell_phone, work_phone, addresses.
-
Uses template:
- questionT
Field components:
- An array.
- Contains the following components: id, label, type, required.
- answerT
Field components:
- An array.
- Contains the following components: question_id, attendee_id, question, type, answer.
- barcodeT
Field components:
- An array.
- Contains the following components: barcode, status, created, changed, checkin_type, is_printed.
- teamT
Field components:
-
Uses template:
Id
. - Contains the following components: id, name, date_joined, event_id.
-
Uses template:
- eventCostT
Field components:
-
Uses template:
currencyT
. - Contains the following components: base_price, gross, eventbrite_fee, payment_fee, tax.
-
Uses template:
- orderCostT
Field components:
-
Uses template:
currencyT
. - Contains the following components: base_price, display_price, display_fee, gross, eventbrite_fee, payment_fee, tax, display_tax, price_before_discount, discount_amount, discount_type, fee_components, shipping_components, has_gts_tax, tax_name.
-
Uses template:
- venueT
Field components:
-
Uses template:
Id
. - Contains the following components: id, address, age_restriction, capacity, name, latitude, longitude, resource_uri.
-
Uses template:
- FormatT
Field components:
-
Uses template:
Id
. - Contains the following components: id, name, name_localized, short_name, short_name_localized, resource_uri.
-
Uses template:
- eventT
Field components:
-
Uses template:
Id
. - Contains the following components: id, name, description, start, end, url, vanity_url, created, changed, series_id, published, status, currency, online_event, organization_id, organizer_id, organizer, logo_id, logo, venue, format_id, format, category, subcategory, music_properties, bookmark_info, ticket_availability, listed, shareable, invite_only, show_remaining, password, capacity, capacity_is_custom, tx_time_limit, hide_start_date, hide_end_date, locale, is_locked, privacy_setting, is_externally_ticketed, external_ticketing, is_series, is_series_parent, series_id, is_reserved_seating, show_pick_a_seat, show_seatmap_thumbnail, show_colors_in_seatmap_thumbnail, is_free, source, version, resource_uri, event_sales_status, checkout_settings.
-
Uses template:
- holdT
Field components:
- An array.
- Contains the following components: id, event_id, name, abbreviation, sort_order, color, quantity_sold, quantity_total, quantity_pending.
- contact_list_preferenceT
Field components:
-
Uses template:
ShortText
. - Contains the following components: has_contact_list, has_opted_in, _type.
-
Uses template:
- assignedUnitT
Field components:
-
Uses template:
ShortText
. - Contains the following components: unit_id, description, location_image, labels, titles.
-
Uses template:
- AttendeeT
Field components:
-
Uses template:
Id
. - Contains the following components: id, created, changed, ticket_class_id, ticket_class_name, profile, questions, answers, barcodes, team, affiliate, checked_in, cancelled, refunded, costs, status, event_id, event, order_id, guestlist_id, invited_by, assigned_unit, delivery_method, variant_id, contact_list_preferences, resource_uri.
-
Uses template:
- orderT
Field components:
-
Uses template:
Id
. - Contains the following components: id, created, changed, name, first_name, last_name, email, costs, event_id, event, attendees, time_remaining, resource_uri, status, ticket_buyer_settings, contact_list_preferences.
-
Uses template:
- ticket_classesT
Field components:
- An array.
- Contains the following components: id, name.
What's New
- New: Introduced connection.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.