Retrieve specific event item
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
EventItem GetEventItem(
string accessToken,
string apiKey,
string eventId,
string itemId
)
EventItem GetEventItem(
string accessToken,
string apiKey,
string eventId,
string itemId
)
Function GetEventItem ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String _
) As EventItem
Function GetEventItem ( _
accessToken As String, _
apiKey As String, _
eventId As String, _
itemId As String _
) As EventItem
EventItem^ GetEventItem(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId
)
EventItem^ GetEventItem(
String^ accessToken,
String^ apiKey,
String^ eventId,
String^ itemId
)
abstract GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
abstract GetEventItem :
accessToken : string *
apiKey : string *
eventId : string *
itemId : string -> EventItem
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
- itemId
- Type: System String
Eventitem id
Return Value
EventItem object