service=getAttendeesItineraryData

Returns an XML payload containing a full listing of all attendee itinerary data.  For each attendee their itinerary will be returned in the XML payload.  This service is only allowed to be run between 11 PM EST and 5 AM EST.  Note: For clients using the Attendee Itinerary Update service, only itinerary items with the attributes=’ReadWrite’ can be modified.


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


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
insertedInLastHoursSpan: Used to indicate the number of hour of newly inserted records to include.  The default is 24.  This must be a valid integer between 1 and 26,280.  
memberNumber: String value. Identifies the attendee record to retrieve.
lastNameStartInitial: 1 character used to indicate the starting initial of the last name range to include. E.g. A
lastNameEndInitial: 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
plannerID: Numeric value; Used to filter the activities. Identifies the planner/activity to include.


Sample XML Payload:  See Rest_GetAttendeesItineraryData.xml