This method checks to see if the specified constituent is associated with a given interest category.
Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
---|---|---|---|
CRConsAPI | SRConsAPI | GET, POST | Yes. |
https://secure2.convio.net/organization/site/CRConsAPI?method=isUserInterested &api_key=value &v=value [ &auth=value ] [ ¢er_id=value ] [ &error_redirect=value ] [ &redirect=value ] [ &response_format=xml | json ] [ &sign_redirects=value ] [ &source=value ] [ &sub_source=value ] [ &success_redirect=value ] [ &suppress_response_codes=value ] &interest_id=value [ &cons_id=value ] [ &member_id=value ] [ &primary_email=value ] [ &auth=value ] [ &sso_auth_token=value ]
https://secure2.convio.net/organization/site/SRConsAPI?method=isUserInterested & api_key =value & login_name =value & login_password =value & v =value [ & center_id =value ] [ & response_format =xml |json ] [ & source =value ] [ & sub_source =value ] [ & suppress_response_codes =value ] & interest_id =value [ & cons_id =value ] [ & member_id =value ] [ & primary_email =value ]
cons_id
member_id
primary_email
cons_id
member_id
primary_email
See topic Common Parameters.
Required. The numeric ID of the interest category to check.
Type xsd:nonNegativeInteger.
Optional. The constituent ID (Luminate OnlineĀ® ID) that uniquely identifies the constituent. This value is automatically assigned when a new constituent record is created. It can be used to uniquely identify a constituent record to read or update it. Only available when called using an administrator account.
Type xsd:string.
Optional. The member ID (Client ID) that uniquely identifies the constituent.
Type xsd:string.
Optional. The primary email address that uniquely identifies the constituent.
Type xsd:string.
See topic Common Parameters.
Required. The numeric ID of the interest category to check.
Type xsd:nonNegativeInteger.
Optional. The constituent ID (Luminate OnlineĀ® ID) that uniquely identifies the constituent. This value is automatically assigned when a new constituent record is created. It can be used to uniquely identify a constituent record to read or update it. Only available when called using an administrator account.
Type xsd:string.
Optional. The member ID (Client ID) that uniquely identifies the constituent.
Type xsd:string.
Optional. The primary email address that uniquely identifies the constituent.
Type xsd:string.
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8"?>
<isConsInterestedResponse xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.v1.xsd" xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<interested>true</interested>
</isConsInterestedResponse>
{"isConsInterestedResponse":{"interested":"true"}}