Events: Get Events

  • Updated

Get Events

 

 


POST /v2/event/getByNumber

This API returns the full event details for the given event number(s).


Parameter
EventNumber    Array

Array of the event number of the events to be retrieved.

 

[   
     {          "EventNumber" : "1234"      } ]
Response:

Event with relevant event details

{

    "success"true,
    "result": [
       {
            "EventNumber""1234",
            "EventStartDate""15/11/2018 12:00",
            "EventEndDate""15/11/2018 16:00",
            "EventPax"10,
            "CustomFields": {
                "Do not use""true"
           },
            "EventType": {
                "Id"7,
                "Name""Meeting"
           },
            "EventStatus": {
                "Id"3,
                "Name""Confirmed"
           },
            "EventCoordinator": {
                "Id"1,
                "Name""John Smith"
           },
            "EventSource": {
                "Id"40,
                "Name""Corporate Meeting Email Campaign - August 2017"
           },
            "EventContact": [
               {
                    "ContactType": {
                        "Id"1,
                        "Name""Debtor"
                   },
                    "ContactId"1000,
                    "IsPrimary"true
               }
           ],
            "EventComment": [
               {
                    "CommentType ": {
                        "Id"5,
                        "Name""Booking"
                   },
                    "Comment""Please call my mobile after 5 PM."
               }
           ],
            "Venue": [
               {
                    "BookingId"5678,
                    "BookingType": {
                        "Id"6,
                        "Name""Meeting Room"
                   },
                    "BookingComment""The room comes with TV and HDMI cable.",
                    "StartDate""15/11/2018 12:00",
                    "EndDate""15/11/2017 16:00",
                    "BookingStatus": {
                        "Id"7,
                        "Name""Confirmed"
                   },
                    "BookingPax"10,
                    "VenueId"123,
                    "VenueName""Boardroom",
                    "IsSetUp"false,
                    "IsSetDown"false,
                    "AssociatedBookingId"0
               }
           ]
       }
   ]
}

Was this article helpful?

Have more questions? Submit a request