Bevy API GDG
  1. Event
Bevy API GDG
  • Attendee
    • Add Attendees
      POST
    • Get Attendee Search
      GET
    • Update Attendee
      PUT
    • Send Event Email
      PUT
    • Resend Event Email
      POST
    • Get Event Attendees
      GET
    • Checkin Attendee
      PUT
    • Delete attendee registration
      DELETE
    • Get Attendee by ID
      GET
    • Delete all attendee registrations by event
      DELETE
  • Order
    • Add Order
      POST
    • Update Order
      PUT
    • Check Order by ID
      GET
  • Membership
    • Add Membership
      POST
  • Bevy Virtual
    • Get Main Stage Video
      GET
    • Get Session Video IDs
      GET
    • Get Session Video URLs
      GET
  • Chapter
    • Get Chapters Status
      GET
    • Get Chapter Regions
      GET
    • Create Chapter
      POST
    • List chapters
      GET
    • Get Chapter by ID
      GET
    • List Chapter Events
      GET
    • List Chapter Members
      GET
    • Add Chapter Member
      POST
    • List Chapter Team
      GET
    • Add Chapter Team Member
      POST
    • Update Chapter Team Member
      PUT
    • Partial Update Chapter Team Member
      PATCH
    • Delete Chapter Team Member
      DELETE
    • Add chapter's members in batch
      POST
    • Delete chapter's member
      DELETE
  • Cohosted Events
    • List collaborating chapters
    • Delete cohosted event
    • Add all chapters as cohosts
    • Chapters a user can add as a cohost
  • Event
    • Get Event Counts
      GET
    • Get Event by ID
      GET
    • List events
      GET
    • List event types
      GET
    • Get Event Type by ID
      GET
    • List Event Attendees
      GET
    • List event tags
      GET
  • Search
    • Search chapters
    • Search events
  • User
    • List users
    • Get User by ID or Email
    • Update User
    • Delete User
    • Deactivate User
    • List user's events
    • List user's chapters
    • List user's chapter teams
    • Create Prospective User
    • Opt out of emails
    • Get User Counts
  1. Event

Get Event Type by ID

GET
/event_type/{event_type_id}/
Event
Retrieves event type information.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/event_type//'
Response Response Example
200 - Example 1
{
    "allow_companies": false,
    "allow_facilitators": false,
    "allow_hosts": false,
    "allow_judges": false,
    "allow_mentors": false,
    "allow_moderators": false,
    "allow_multiday_events": false,
    "allow_new_agenda": false,
    "allow_panelists": false,
    "allow_recurring": false,
    "allow_registration_as_a_guest": false,
    "allow_speakers": false,
    "allow_tags": false,
    "banner": {
        "url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
        "path": "image.png",
        "thumbnail_width": 720,
        "thumbnail_height": 540,
        "thumbnail_format": "auto",
        "thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
    },
    "banner_crop_vertical": 0,
    "chapters": [
        {
            "chapter_location": "Egypt",
            "id": 30,
            "title": "University of Science"
        }
    ],
    "companies_max": 0,
    "companies_min": 0,
    "default_event_banner_image": "https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2.0,f_auto,g_center,q_auto:good/v1/gcs/platform-data-support/contentbuilder/57c.pic2_olPYQoS.png",
    "default_event_thumbnail_image": "https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2.0,f_auto,g_center,q_auto:good/v1/gcs/platform-data-support/contentbuilder/57c.pic2_olPYQoS.png",
    "deleted_date": "2024-01-09T17:59:22Z",
    "description": "lorem ipsum",
    "facilitators_max": 0,
    "facilitators_min": 0,
    "hosts_max": 0,
    "hosts_min": 0,
    "id": 1234,
    "judges_max": 0,
    "judges_min": 0,
    "logo": {
        "url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png",
        "path": "image.png",
        "thumbnail_width": 720,
        "thumbnail_height": 540,
        "thumbnail_format": "auto",
        "thumbnail_url": "https://res.cloudinary.com/startup-grind/image/upload/.../image.png"
    },
    "mentors_max": 0,
    "mentors_min": 0,
    "moderators_max": 0,
    "moderators_min": 0,
    "order": 0,
    "organization": 1234,
    "panelists_max": 0,
    "panelists_min": 0,
    "require_companies": false,
    "require_facilitators": false,
    "require_hosts": false,
    "require_judges": false,
    "require_mentors": false,
    "require_moderators": false,
    "require_panelists": false,
    "require_speakers": false,
    "require_tags": false,
    "rsvp_only": false,
    "slug": "my-event-type",
    "speakers_max": 0,
    "speakers_min": 0,
    "sponsor_tiers": [
        {
            "id": 1234,
            "order": 0,
            "slug": "platinum-sponsor",
            "title": "Platinum Sponsor"
        }
    ],
    "tags_max": 0,
    "tags_min": 0,
    "title": "My event type",
    "use_external_ticketing": false,
    "virtual_event_only": false,
    "virtual_event_url_required": true
}

Request

Path Params
event_type_id
integer 
required
The ID of the event type to retrieve.

Responses

🟢200OK
application/json
successful operation
Body
allow_companies
boolean 
optional
Example:
false
allow_facilitators
boolean 
optional
Example:
false
allow_hosts
boolean 
optional
Example:
false
allow_judges
boolean 
optional
Example:
false
allow_mentors
boolean 
optional
Example:
false
allow_moderators
boolean 
optional
Example:
false
allow_multiday_events
boolean 
optional
Example:
false
allow_new_agenda
boolean 
optional
Example:
false
allow_panelists
boolean 
optional
Example:
false
allow_recurring
boolean 
optional
Example:
false
allow_registration_as_a_guest
boolean 
optional
Example:
false
allow_speakers
boolean 
optional
Example:
false
allow_tags
boolean 
optional
Example:
false
banner
object (Image) 
optional
url
string 
optional
Example:
https://res.cloudinary.com/startup-grind/image/upload/.../image.png
path
string 
optional
Example:
image.png
thumbnail_width
number 
optional
Example:
720
thumbnail_height
number 
optional
Example:
540
thumbnail_format
string 
optional
Example:
auto
thumbnail_url
string 
optional
Example:
https://res.cloudinary.com/startup-grind/image/upload/.../image.png
banner_crop_vertical
number 
optional
Example:
0
chapters
array [object {3}] 
optional
chapter_location
string 
optional
Example:
Egypt
id
integer 
optional
Example:
30
title
string 
optional
Example:
University of Science
companies_max
number 
optional
Example:
0
companies_min
number 
optional
Example:
0
default_event_banner_image
string 
optional
Example:
https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2.0,f_auto,g_center,q_auto:good/v1/gcs/platform-data-support/contentbuilder/57c.pic2_olPYQoS.png
default_event_thumbnail_image
string 
optional
Example:
https://res.cloudinary.com/startup-grind/image/upload/c_fill,dpr_2.0,f_auto,g_center,q_auto:good/v1/gcs/platform-data-support/contentbuilder/57c.pic2_olPYQoS.png
deleted_date
string  | null 
optional
Example:
2024-01-09T17:59:22Z
description
string  | null 
optional
Example:
lorem ipsum
facilitators_max
number 
optional
Example:
0
facilitators_min
number 
optional
Example:
0
hosts_max
number 
optional
Example:
0
hosts_min
number 
optional
Example:
0
id
integer 
optional
Example:
1234
judges_max
number 
optional
Example:
0
judges_min
number 
optional
Example:
0
logo
object (Image) 
optional
mentors_max
number 
optional
Example:
0
mentors_min
number 
optional
Example:
0
moderators_max
number 
optional
Example:
0
moderators_min
number 
optional
Example:
0
order
number 
optional
Example:
0
organization
integer 
optional
Example:
1234
panelists_max
number 
optional
Example:
0
panelists_min
number 
optional
Example:
0
require_companies
boolean 
optional
Example:
false
require_facilitators
boolean 
optional
Example:
false
require_hosts
boolean 
optional
Example:
false
require_judges
boolean 
optional
Example:
false
require_mentors
boolean 
optional
Example:
false
require_moderators
boolean 
optional
Example:
false
require_panelists
boolean 
optional
Example:
false
require_speakers
boolean 
optional
Example:
false
require_tags
boolean 
optional
Example:
false
rsvp_only
boolean 
optional
Example:
false
slug
string 
optional
Example:
my-event-type
speakers_max
number 
optional
Example:
0
speakers_min
number 
optional
Example:
0
sponsor_tiers
array [object {4}] 
optional
id
integer 
optional
Example:
1234
order
number 
optional
Example:
0
slug
string 
optional
Example:
platinum-sponsor
title
string 
optional
Example:
Platinum Sponsor
tags_max
number 
optional
Example:
0
tags_min
number 
optional
Example:
0
title
string 
optional
Example:
My event type
use_external_ticketing
boolean 
optional
Example:
false
virtual_event_only
boolean 
optional
Example:
false
virtual_event_url_required
boolean 
optional
Example:
true
🟠403Forbidden
Previous
List event types
Next
List Event Attendees
Built with