Get details for a single event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

Id for the event you want to retrieve

integer

Required

Body Parameters

None.

Response Information

Resource Description

EventDetailModel

NameDescriptionTypeAdditional information
Overview

string

None.

Media

Photos for event

Collection of MediaModel

None.

Website

string

None.

Blog

string

None.

Twitter

string

None.

Facebook

string

None.

LinkedIn

string

None.

Pinterest

string

None.

GooglePlus

string

None.

Instagram

string

None.

WelcomeVideo

string

None.

RegistrationInfo

Registration information to be display on the attendee pricing page

string

None.

ExhibitorInfo

Exhibitor registration information to be display on the exhibitor pricing page

string

None.

ApproveExhibitors

Should exhibitors be approved before the are accepted?

boolean

None.

HousingInfo

Information to be displayed on the event housing page

string

None.

AttendeeCount

Number of attendees currently registered to attend the event

integer

None.

ExhibitorCount

Number of exhibitors currently approved for this e event

integer

None.

Revenue

Revenue generated from this event

decimal number

None.

EventId

integer

None.

Name

string

None.

OrganizationId

integer

None.

OrganizationName

string

None.

StartDate

Date event starts

date

None.

EndDate

Date event ends

date

None.

Status

EventStatus

None.

Timezone

string

None.

Tagline

Short tagline for this event

string

None.

Privacy

Determines where this event appears

EventPrivacy

None.

Venue

Venue of the event

EventVenueModel

None.

Communities

Collection of EventCommunityModel

None.

LogoImageUrl

Logo Image Full Url

string

None.

BannerImageUrl

Banner Image Full Url

string

None.

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:
{
  "Overview": "sample string 1",
  "Media": [
    {
      "Name": "sample string 1",
      "FileType": "None",
      "MediaUrl": "https://x362.blob.core.windows.net/media/sample string 2"
    },
    {
      "Name": "sample string 1",
      "FileType": "None",
      "MediaUrl": "https://x362.blob.core.windows.net/media/sample string 2"
    }
  ],
  "Website": "sample string 2",
  "Blog": "sample string 3",
  "Twitter": "sample string 4",
  "Facebook": "sample string 5",
  "LinkedIn": "sample string 6",
  "Pinterest": "sample string 7",
  "GooglePlus": "sample string 8",
  "Instagram": "sample string 9",
  "WelcomeVideo": "sample string 10",
  "RegistrationInfo": "sample string 11",
  "ExhibitorInfo": "sample string 12",
  "ApproveExhibitors": true,
  "HousingInfo": "sample string 14",
  "AttendeeCount": 15,
  "ExhibitorCount": 16,
  "Revenue": 1.0,
  "EventId": 17,
  "Name": "sample string 18",
  "OrganizationId": 1,
  "OrganizationName": "sample string 19",
  "StartDate": "2024-05-17T12:11:29.9331374Z",
  "EndDate": "2024-05-17T12:11:29.9331374Z",
  "Status": "Draft",
  "Timezone": "sample string 21",
  "Tagline": "sample string 22",
  "Privacy": "Public",
  "Venue": {
    "Name": "sample string 1",
    "Address": {
      "AddressId": 1,
      "AddressLine1": "sample string 1",
      "AddressLine2": "sample string 2",
      "City": "sample string 3",
      "State": "sample string 4",
      "Zip": "sample string 5",
      "Country": "sample string 6",
      "Latitude": 1.1,
      "Longitude": 1.1
    }
  },
  "Communities": [
    {
      "EventUrl": "https://sample string 2.causemachine.com/events/sample string 1",
      "CommunityId": 2,
      "CommunityName": "sample string 3"
    },
    {
      "EventUrl": "https://sample string 2.causemachine.com/events/sample string 1",
      "CommunityId": 2,
      "CommunityName": "sample string 3"
    }
  ],
  "LogoImageUrl": "https://x362.blob.core.windows.net/events/17/sample string 25",
  "BannerImageUrl": "https://x362.blob.core.windows.net/events/17/sample string 27"
}