This method returns the information required for a given constituent to participate in an alert.
| Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
|---|---|---|---|
| CRAdvocacyAPI | SRAdvocacyAPI | GET, POST | Server. |
Call getAdvocacyAlert to obtain the information required by the takeAction API to participate in an alert.
You must specify both the alert_id and the alert_type of the alert you wish to retrieve, as alert_id is not guaranteed unique across types. This method returns suggested text, appropriate targets based on the calling constituent's federal and/or state legislative districts, and the available communication channels for each target.
This method returns values for title, first_name, last_name, street1, street2, city, state, zip, country, phone, and email parameters from the constituent profile if the calling constituent can be identified from a logged-in session or from the cons_id parameter passed in the server API call. It may also return other data from the constituent profile if the underlying alert includes survey questions for updating other fields.
Note: Titles that are returned from this method are the only titles that are acceptable for use with takeAction.
This method also accepts address information as input, in which case the values you specify when calling the method override the values stored in the constituent profile (if they exist) for the purpose of determining the legislative district.
The following table describes how name and address information is used by this API method to determine targets based on state and federal legislative districting data:
| Caller Context | Result |
|---|---|
| Client API in a logged-in user session, or Server API with valid cons_id. | If you do not pass address information, system will return the address information from the constituent’s record, if any, and will return only targets appropriate to that address. If you pass address information, the system will return targets applicable to the passed-in address instead. |
| Client API in an anonymous user session, or Server API without a cons_id. | If you do not pass address information, the system will only return response targets that are applicable to all constituents (e.g. President or Vice President), if any exist for the alert. If you do pass address information, the system will return any targets appropriate to the passed-in address. |
See topic Common Parameters.
Required. Specify the alert.
Type xsd:positiveInteger.
Required. Specify the alert type.
Type advocacyAlertType.
Optional. Constituent city.
Type xsd:string.
Optional. Constituent country.
Type xsd:string.
Optional. Constituent state.
Type xsd:string.
Optional. Constituent street 1.
Type xsd:string.
Optional. Constituent street 2.
Type xsd:string.
Optional. Constituent zip.
Type xsd:string.
See topic Common Parameters.
Optional. Specifies the constituent associated with the alert or action.
Type xsd:nonNegativeInteger.
Optional. Specifies that redirect URLs should be signed with a timestamp and a hash of the query string arguments and a secret key.
Type xsd:boolean.
Default is false.
Required. Specify the alert.
Type xsd:positiveInteger.
Required. Specify the alert type.
Type advocacyAlertType.
Optional. Constituent city.
Type xsd:string.
Optional. Constituent country.
Type xsd:string.
Optional. Constituent state.
Type xsd:string.
Optional. Constituent street 1.
Type xsd:string.
Optional. Constituent street 2.
Type xsd:string.
Optional. Constituent zip.
Type xsd:string.
See topic HTTP Status Codes.
XML response
<?xml version="1.0" encoding="UTF-8"?>
<getAdvocacyAlertResponse 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">
<alert>
<alertId>103</alertId>
<type>action</type>
<status>active</status>
<priority>high</priority>
<url>https://secure2.convio.net/orgname/site/Advocacy?pagename=homepage&id=103</url>
<interactionCount>1000002</interactionCount>
<title>Alert Title</title>
<thumbnail>https://secure2.convio.net/orgname/images/Thumbnails/ActionAlerts/103</thumbnail>
<internalName>Internal Name</internalName>
<description>Description</description>
<category categoryId="1">General</category>
<issues>
<issue issueId="1001">Issue1</issue>
<issue issueId="1002">Issue2</issue>
</issues>
<restrictByState>
<state>TN</state>
<state>TX</state>
</restrictByState>
<modified>2016-02-01T09:43:44.721-06:00</modified>
<publish>2016-02-01T09:43:44.721-06:00</publish>
<expire>2016-02-01T09:43:44.721-06:00</expire>
<targets>
<target>Governor</target>
<target>US Senator</target>
<target>US Representative</target>
<target>State Senator</target>
<target>State Representative</target>
</targets>
<messageSubject>Subject</messageSubject>
<messageSubjectEditable>optional</messageSubjectEditable>
<messageGreeting>Dear</messageGreeting>
<messageOpening>Message Opening Text</messageOpening>
<messageBody>Message Body Text</messageBody>
<messageBodyEditable>optional</messageBodyEditable>
<messageClosing>Sincerely,</messageClosing>
<messageSignature>Signature</messageSignature>
<wordLimit>0</wordLimit>
<position>none</position>
<yeaCount>0</yeaCount>
<nayCount>0</nayCount>
<abstainCount>0</abstainCount>
</alert>
<questions>
<question>
<questionId>email</questionId>
<questionType>TextValue</questionType>
<text/>
<value>user@example.com</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>title</questionId>
<questionType>MultiSingle</questionType>
<text/>
<value>Ms.</value>
<required>true</required>
<questionChoices>
<choice>Mr.</choice>
<choice>Ms.</choice>
<choice>Dr.</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>first_name</questionId>
<questionType>TextValue</questionType>
<text/>
<value>Jane</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>last_name</questionId>
<questionType>TextValue</questionType>
<text/>
<value>Public</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>street1</questionId>
<questionType>TextValue</questionType>
<text/>
<value>1234 Main St</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>street2</questionId>
<questionType>TextValue</questionType>
<text/>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>city</questionId>
<questionType>TextValue</questionType>
<text/>
<value>AnyTown</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>state</questionId>
<questionType>TextValue</questionType>
<text/>
<value>DC</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>zip</questionId>
<questionType>TextValue</questionType>
<text/>
<value>20002</value>
<required>true</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>country</questionId>
<questionType>TextValue</questionType>
<text/>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>phone</questionId>
<questionType>TextValue</questionType>
<text/>
<value>555-1212</value>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>subject</questionId>
<questionType>TextValue</questionType>
<text/>
<value>Abstain from H.R. 12345</value>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>body</questionId>
<questionType>TextValue</questionType>
<text/>
<value>Please do not vote on this bill!</value>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>opt_in</questionId>
<questionType>TrueFalse</questionType>
<text/>
<value>true</value>
<required>false</required>
<questionChoices>
<choice>True</choice>
<choice>False</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>anonymous</questionId>
<questionType>TrueFalse</questionType>
<text/>
<value>false</value>
<required>false</required>
<questionChoices>
<choice>True</choice>
<choice>False</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>cc</questionId>
<questionType>TrueFalse</questionType>
<text/>
<value>true</value>
<required>false</required>
<questionChoices>
<choice>True</choice>
<choice>False</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_1</questionId>
<questionType>Caption</questionType>
<text>This is a caption</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_2</questionId>
<questionType>DateQuestion</questionType>
<text>What is your favorite date?</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_3</questionId>
<questionType>NumericValue</questionType>
<text>What is your favorite number?</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_4</questionId>
<questionType>RatingScale</questionType>
<text>Rating this example:</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Fair</choice>
<choice>Poor</choice>
<choice>Terrible</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_5</questionId>
<questionType>ShortTextValue</questionType>
<text>What is your favorite word?</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_6</questionId>
<questionType>TextValue</questionType>
<text>What is your favorite phrase?</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_7</questionId>
<questionType>TrueFalse</questionType>
<text>This statement is false.</text>
<value/>
<required>false</required>
<questionChoices>
<choice>True</choice>
<choice>False</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_8</questionId>
<questionType>LargeTextValue</questionType>
<text>What is your favorite paragraph?</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_9</questionId>
<questionType>YesNo</questionType>
<text>Do you like this example?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Yes</choice>
<choice>No</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_10</questionId>
<questionType>Captcha</questionType>
<text>Enter the letters that appear in the image</text>
<value/>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl>http://example.com/Captcha</imageUrl>
<audioUrl>http://example.com/Captcha?type=audio</audioUrl>
</question>
<question>
<questionId>survey100_1_1000_11</questionId>
<questionType>Categories</questionType>
<text>What are your interests?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Birds</choice>
<choice>Trains</choice>
<choice>Sports</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_12</questionId>
<questionType>ComboChoice</questionType>
<text>What is your favorite color?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Cyan</choice>
<choice>Magenta</choice>
<choice>Yellow</choice>
<choice>Black</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_13</questionId>
<questionType>MultiMulti</questionType>
<text>What primary colors would you tolerate?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Red</choice>
<choice>Green</choice>
<choice>Blue</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_14</questionId>
<questionType>MultiSingle</questionType>
<text>What is your favority primary color?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Red</choice>
<choice>Green</choice>
<choice>Blue</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_15</questionId>
<questionType>MultiSingleRadio</questionType>
<text>What is your least favorite primary color?</text>
<value/>
<required>false</required>
<questionChoices>
<choice>Red</choice>
<choice>Green</choice>
<choice>Blue</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_16</questionId>
<questionType>HiddenInterests</questionType>
<text/>
<value/>
<required>false</required>
<questionChoices>
<choice>Update cons profile</choice>
<choice>with these interests</choice>
</questionChoices>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_17</questionId>
<questionType>HiddenTrueFalse</questionType>
<text/>
<value>True</value>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
<question>
<questionId>survey100_1_1000_18</questionId>
<questionType>HiddenTextValue</questionType>
<text/>
<value>Update the cons profile with this value</value>
<required>false</required>
<questionChoices/>
<minSelected>0</minSelected>
<maxSelected>0</maxSelected>
<imageUrl/>
<audioUrl/>
</question>
</questions>
<recipients>
<recipient>
<recipientId>representative.12345</recipientId>
<name>Senator John Q. Public</name>
<url>http://public.senate.gov/contact.cfm</url>
<interactive>true</interactive>
<deliveryOptions>
<delivery>internet</delivery>
</deliveryOptions>
</recipient>
<recipient>
<recipientId>other.12345</recipientId>
<name>Custom Target Name</name>
<interactive>false</interactive>
<deliveryOptions>
<delivery>fax</delivery>
</deliveryOptions>
</recipient>
</recipients>
</getAdvocacyAlertResponse>
JSON response
{"getAdvocacyAlertResponse":{"recipients":{"recipient":[{"recipientId":"representative.12345","interactive":"true","name":"Senator John Q. Public","deliveryOptions":{"delivery":"internet"},"url":"http://public.senate.gov/contact.cfm"},{"recipientId":"other.12345","interactive":"false","name":"Custom Target Name","deliveryOptions":{"delivery":"fax"}}]},"alert":{"position":"none","internalName":"Internal Name","messageSubjectEditable":"optional","messageSubject":"Subject","nayCount":"0","yeaCount":"0","messageSignature":"Signature","type":"action","title":"Alert Title","alertId":"103","interactionCount":"1000002","description":"Description","priority":"high","publish":"2016-02-01T09:43:44.739-06:00","targets":{"target":["Governor","US Senator","US Representative","State Senator","State Representative"]},"messageGreeting":"Dear","messageBody":"Message Body Text","abstainCount":"0","expire":"2016-02-01T09:43:44.739-06:00","messageBodyEditable":"optional","status":"active","messageOpening":"Message Opening Text","url":"https://secure2.convio.net/orgname/site/Advocacy?pagename=homepage&id=103","modified":"2016-02-01T09:43:44.739-06:00","messageClosing":"Sincerely,","category":{"content":"General","categoryId":"1"},"thumbnail":"https://secure2.convio.net/orgname/images/Thumbnails/ActionAlerts/103","restrictByState":{"state":["TN","TX"]},"wordLimit":"0","issues":{"issue":[{"content":"Issue1","issueId":"1001"},{"content":"Issue2","issueId":"1002"}]}},"questions":{"question":[{"audioUrl":{},"text":{},"questionId":"email","imageUrl":{},"minSelected":"0","value":"user@example.com","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"title","imageUrl":{},"minSelected":"0","value":"Ms.","questionType":"MultiSingle","maxSelected":"0","required":"true","questionChoices":{"choice":["Mr.","Ms.","Dr."]}},{"audioUrl":{},"text":{},"questionId":"first_name","imageUrl":{},"minSelected":"0","value":"Jane","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"last_name","imageUrl":{},"minSelected":"0","value":"Public","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"street1","imageUrl":{},"minSelected":"0","value":"1234 Main St","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"street2","imageUrl":{},"minSelected":"0","value":{},"questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"city","imageUrl":{},"minSelected":"0","value":"AnyTown","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"state","imageUrl":{},"minSelected":"0","value":"DC","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"zip","imageUrl":{},"minSelected":"0","value":"20002","questionType":"TextValue","maxSelected":"0","required":"true","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"country","imageUrl":{},"minSelected":"0","value":{},"questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"phone","imageUrl":{},"minSelected":"0","value":"555-1212","questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"subject","imageUrl":{},"minSelected":"0","value":"Abstain from H.R. 12345","questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"body","imageUrl":{},"minSelected":"0","value":"Please do not vote on this bill!","questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"opt_in","imageUrl":{},"minSelected":"0","value":"true","questionType":"TrueFalse","maxSelected":"0","required":"false","questionChoices":{"choice":["True","False"]}},{"audioUrl":{},"text":{},"questionId":"anonymous","imageUrl":{},"minSelected":"0","value":"false","questionType":"TrueFalse","maxSelected":"0","required":"false","questionChoices":{"choice":["True","False"]}},{"audioUrl":{},"text":{},"questionId":"cc","imageUrl":{},"minSelected":"0","value":"true","questionType":"TrueFalse","maxSelected":"0","required":"false","questionChoices":{"choice":["True","False"]}},{"audioUrl":{},"text":"This is a caption","questionId":"survey100_1_1000_1","imageUrl":{},"minSelected":"0","value":{},"questionType":"Caption","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"What is your favorite date?","questionId":"survey100_1_1000_2","imageUrl":{},"minSelected":"0","value":{},"questionType":"DateQuestion","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"What is your favorite number?","questionId":"survey100_1_1000_3","imageUrl":{},"minSelected":"0","value":{},"questionType":"NumericValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"Rating this example:","questionId":"survey100_1_1000_4","imageUrl":{},"minSelected":"0","value":{},"questionType":"RatingScale","maxSelected":"0","required":"false","questionChoices":{"choice":["Fair","Poor","Terrible"]}},{"audioUrl":{},"text":"What is your favorite word?","questionId":"survey100_1_1000_5","imageUrl":{},"minSelected":"0","value":{},"questionType":"ShortTextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"What is your favorite phrase?","questionId":"survey100_1_1000_6","imageUrl":{},"minSelected":"0","value":{},"questionType":"TextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"This statement is false.","questionId":"survey100_1_1000_7","imageUrl":{},"minSelected":"0","value":{},"questionType":"TrueFalse","maxSelected":"0","required":"false","questionChoices":{"choice":["True","False"]}},{"audioUrl":{},"text":"What is your favorite paragraph?","questionId":"survey100_1_1000_8","imageUrl":{},"minSelected":"0","value":{},"questionType":"LargeTextValue","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"Do you like this example?","questionId":"survey100_1_1000_9","imageUrl":{},"minSelected":"0","value":{},"questionType":"YesNo","maxSelected":"0","required":"false","questionChoices":{"choice":["Yes","No"]}},{"audioUrl":"http://example.com/Captcha?type=audio","text":"Enter the letters that appear in the image","questionId":"survey100_1_1000_10","imageUrl":"http://example.com/Captcha","minSelected":"0","value":{},"questionType":"Captcha","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":"What are your interests?","questionId":"survey100_1_1000_11","imageUrl":{},"minSelected":"0","value":{},"questionType":"Categories","maxSelected":"0","required":"false","questionChoices":{"choice":["Birds","Trains","Sports"]}},{"audioUrl":{},"text":"What is your favorite color?","questionId":"survey100_1_1000_12","imageUrl":{},"minSelected":"0","value":{},"questionType":"ComboChoice","maxSelected":"0","required":"false","questionChoices":{"choice":["Cyan","Magenta","Yellow","Black"]}},{"audioUrl":{},"text":"What primary colors would you tolerate?","questionId":"survey100_1_1000_13","imageUrl":{},"minSelected":"0","value":{},"questionType":"MultiMulti","maxSelected":"0","required":"false","questionChoices":{"choice":["Red","Green","Blue"]}},{"audioUrl":{},"text":"What is your favority primary color?","questionId":"survey100_1_1000_14","imageUrl":{},"minSelected":"0","value":{},"questionType":"MultiSingle","maxSelected":"0","required":"false","questionChoices":{"choice":["Red","Green","Blue"]}},{"audioUrl":{},"text":"What is your least favorite primary color?","questionId":"survey100_1_1000_15","imageUrl":{},"minSelected":"0","value":{},"questionType":"MultiSingleRadio","maxSelected":"0","required":"false","questionChoices":{"choice":["Red","Green","Blue"]}},{"audioUrl":{},"text":{},"questionId":"survey100_1_1000_16","imageUrl":{},"minSelected":"0","value":{},"questionType":"HiddenInterests","maxSelected":"0","required":"false","questionChoices":{"choice":["Update cons profile","with these interests"]}},{"audioUrl":{},"text":{},"questionId":"survey100_1_1000_17","imageUrl":{},"minSelected":"0","value":"True","questionType":"HiddenTrueFalse","maxSelected":"0","required":"false","questionChoices":{}},{"audioUrl":{},"text":{},"questionId":"survey100_1_1000_18","imageUrl":{},"minSelected":"0","value":"Update the cons profile with this value","questionType":"HiddenTextValue","maxSelected":"0","required":"false","questionChoices":{}}]}}}