service=getAttendeesRegData
Returns an XML payload containing a full listing of all attendee purchases. For each attendee their purchase or order history will be returned in the XML payload. This service is only allowed to be run between 11 PM EST and 7AM EST IF there are more than 100 Events.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getAttendeesRegData
Parameter Options:
*apiKey: Valid API key
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
formID: Numeric value of a demographic form
includeDemographicFormResponses: This is a boolean value that is used to include the demographic form responses. Include 'includeDemographicFormResponses=1' to include the responses for the demographic form that is specified in the registration setup. This may be ignored if the "formId" parameter is included.
modifiedOnAfter: Valid date string (yyyy-mm-dd HH:mm – 24hour time format); Used to indicate a date to use for only including changes after the supplied date.
memberNumber: Numeric value, Identifies the attendee record to pull.
lastNameInitialStart: 1 character used to indicate the starting initial of the last name range to include. E.g. A
lastNameInitialEnd: 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 With the above two combined you could get all records with lastnames starting from B - M
ignoreIsRegister - will ignore all register records.
plannerID: Numeric value; Used to filter the activities. Identifies the planner/activity to include. For multi-meeting sites, you must provide the plannerId or activityCode.
activityCode: This is a string value that is used to filter the the registrations by activity/conference/meeting. The code is used to identify the activity/conference/meeting.
modifiedOnAfter: Valid date string (yyyy-mm-dd HH:mm – 24hour time format); Used to indicate a date to use for only including changes after the supplied date.
Sample XML Payload: See Rest_GetAttendeesRegData.xml