Retrieve an event specified by the event_id
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IndividualEvent GetEventSpot(
string accessToken,
string apiKey,
string eventId
)
public IndividualEvent GetEventSpot(
string accessToken,
string apiKey,
string eventId
)
Public Function GetEventSpot ( _
accessToken As String, _
apiKey As String, _
eventId As String _
) As IndividualEvent
Public Function GetEventSpot ( _
accessToken As String, _
apiKey As String, _
eventId As String _
) As IndividualEvent
public:
virtual IndividualEvent^ GetEventSpot(
String^ accessToken,
String^ apiKey,
String^ eventId
) sealed
public:
virtual IndividualEvent^ GetEventSpot(
String^ accessToken,
String^ apiKey,
String^ eventId
) sealed
abstract GetEventSpot :
accessToken : string *
apiKey : string *
eventId : string -> IndividualEvent
override GetEventSpot :
accessToken : string *
apiKey : string *
eventId : string -> IndividualEvent
abstract GetEventSpot :
accessToken : string *
apiKey : string *
eventId : string -> IndividualEvent
override GetEventSpot :
accessToken : string *
apiKey : string *
eventId : string -> IndividualEvent
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- eventId
- Type: System String
Event id
Return Value
The event
Implements
IEventSpotService GetEventSpot(String, String, String)