service=getPersonActivities

Returns an XML payload containing the results of the attendee get activity method.  The ‘stat’ attribute is used to indicate the success or failure of the request.  Extended description of all options are listed below.


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


Parameter Options:

*apiKey: Valid API key
attendeeID: Numeric value; Identifies the attendee record to retrieve.
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 ‘lastNameInitialStart’ is provided but no ‘lastNameInitialEnd’ is provided the system uses the
‘lastNameInitialStart’ as the ‘lastNameInitialEnd’. E.g. B
plannerID: Numeric value; Used to filter the activities. Identifies the planner/activity to include.


Sample XML Payload:  See Rest_GetPersonActivites.xml