service=getAttendeesFormResponses

Returns an XML payload containing a full listing of attendee contact data and form responses for the specified form.  For each attendee a ‘formResponses’ node returned in the XML payload.  This service is only allowed to be run between 11 PM EST and 5 AM EST.  


Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getAttendeesItineraryData


Parameter Options:

*apiKey: Valid API key 
*formID: Numeric value; Identifies the form for which to retrieve responses. 
attendeeID: Numeric value; Identifies the attendee record to update.
startInitial: 1 character used to indicate the starting initial of the last name range to include. E.g. A
endInitial: 1 character used to indicate the starting initial of the last name range to include. If the ‘startInitial’ is provided but no ‘endInitial’ is provided the system uses the ‘startInitial’ as the ‘endInitial’. E.g. B


Sample XML Payload: 
See Rest_GetAttendeesFormResponses.xml