Make an Http GET request.
Namespace: CTCT.UtilAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
CUrlResponse Get(
string url,
string accessToken,
string apiKey
)
CUrlResponse Get(
string url,
string accessToken,
string apiKey
)
Function Get ( _
url As String, _
accessToken As String, _
apiKey As String _
) As CUrlResponse
Function Get ( _
url As String, _
accessToken As String, _
apiKey As String _
) As CUrlResponse
CUrlResponse^ Get(
String^ url,
String^ accessToken,
String^ apiKey
)
CUrlResponse^ Get(
String^ url,
String^ accessToken,
String^ apiKey
)
abstract Get :
url : string *
accessToken : string *
apiKey : string -> CUrlResponse
abstract Get :
url : string *
accessToken : string *
apiKey : string -> CUrlResponse
Parameters
- url
- Type: System String
Request URL.
- accessToken
- Type: System String
Constant Contact OAuth2 access token
- apiKey
- Type: System String
The API key for the application
Return Value
The response body, http info, and error (if one exists).