Provides a suggestion for what a participant should do next.
| Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
|---|---|---|---|
| CRTeamraiserAPI | None. | GET, POST | No. |
This method can be called anonymously, however, if you do not call this method within the context of a logged-in user, you must specify a valid Constituent ID as a cons_id parameter; otherwise the method will return an error.
See topic Common Parameters.
Required. The TeamRaiser event ID.
Type xsd:nonNegativeInteger.
See topic HTTP Status Codes.
XML response
<?xml version="1.0" encoding="UTF-8"?>
<getTeamraiserSuggestionResponse 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">
<suggestion>
<type>CONTACTS</type>
<message>Add or import your contacts.</message>
</suggestion>
</getTeamraiserSuggestionResponse>
JSON response
{"getTeamraiserSuggestionResponse":{"suggestion":{"message":"Add or import your contacts.","type":"CONTACTS"}}}