View all existing events
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
ResultSet<IndividualEvent> GetAllEventSpots( string accessToken, string apiKey, Nullable<int> limit, Pagination pag )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
- limit
- Type: System Nullable Int32
Specifies the number of results per page in the output, from 1 - 500, default = 50
- pag
- Type: CTCT.Components Pagination
Pagination object
Return Value
ResultSet containing a results array of IndividualEventsSee Also