Get details for a single event
Name | Description | Type | Additional information |
---|---|---|---|
eventId |
Id for the event you want to retrieve |
integer |
Required |
None.
Name | Description | Type | Additional information |
---|---|---|---|
Overview | string |
None. |
|
Media |
Photos for event |
Collection of MediaModel |
None. |
Website | string |
None. |
|
Blog | string |
None. |
|
string |
None. |
||
string |
None. |
||
string |
None. |
||
string |
None. |
||
GooglePlus | string |
None. |
|
string |
None. |
||
WelcomeVideo | string |
None. |
|
EventVideo | 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 this endpoint by entering your credentials and using the API Explorer.
Try With API Explorer{ "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", "EventVideo": "sample string 11", "RegistrationInfo": "sample string 12", "ExhibitorInfo": "sample string 13", "ApproveExhibitors": true, "HousingInfo": "sample string 15", "AttendeeCount": 16, "ExhibitorCount": 17, "Revenue": 1.0, "EventId": 18, "Name": "sample string 19", "OrganizationId": 1, "OrganizationName": "sample string 20", "StartDate": "2024-11-21T09:30:25.8194521Z", "EndDate": "2024-11-21T09:30:25.8194521Z", "Status": "Draft", "Timezone": "sample string 22", "Tagline": "sample string 23", "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/18/sample string 26", "BannerImageUrl": "https://x362.blob.core.windows.net/events/18/sample string 28" }