Get opt outs for a given contact.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
ResultSet<OptOutActivity> GetOptOuts(
string accessToken,
string apiKey,
string contactId,
Nullable<int> limit,
Nullable<DateTime> createdSince
)
ResultSet<OptOutActivity> GetOptOuts(
string accessToken,
string apiKey,
string contactId,
Nullable<int> limit,
Nullable<DateTime> createdSince
)
Function GetOptOuts ( _
accessToken As String, _
apiKey As String, _
contactId As String, _
limit As Nullable(Of Integer), _
createdSince As Nullable(Of DateTime) _
) As ResultSet(Of OptOutActivity)
Function GetOptOuts ( _
accessToken As String, _
apiKey As String, _
contactId As String, _
limit As Nullable(Of Integer), _
createdSince As Nullable(Of DateTime) _
) As ResultSet(Of OptOutActivity)
ResultSet<OptOutActivity^>^ GetOptOuts(
String^ accessToken,
String^ apiKey,
String^ contactId,
Nullable<int> limit,
Nullable<DateTime> createdSince
)
ResultSet<OptOutActivity^>^ GetOptOuts(
String^ accessToken,
String^ apiKey,
String^ contactId,
Nullable<int> limit,
Nullable<DateTime> createdSince
)
abstract GetOptOuts :
accessToken : string *
apiKey : string *
contactId : string *
limit : Nullable<int> *
createdSince : Nullable<DateTime> -> ResultSet<OptOutActivity>
abstract GetOptOuts :
accessToken : string *
apiKey : string *
contactId : string *
limit : Nullable<int> *
createdSince : Nullable<DateTime> -> ResultSet<OptOutActivity>
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- contactId
- Type: System String
Contact id.
- limit
- Type: System Nullable Int32
Specifies the number of results per page in the output, from 1 - 500, default = 500.
- createdSince
- Type: System Nullable DateTime
filter for activities created since the supplied date in the collection
Return Value
ResultSet containing a results array of @link OptOutActivity.