service=getAttendeesCreditActivitySummary
Returns an XML payload containing and attendee(s) data and credit activity summaries grouped by planner/activity. The credit activities summaries consist of the total number of activities, display credits sum, awarded credit sum for each credit type/accreditation body.
Sample Request URL: [End Point URL]/?do=cnt.getservice&service= getAttendeesCreditActivitySummary&[Parameter List]
Parameter Options:
*apiKey: Valid API key
attendeeID: Numeric value; Identifies the attendee record to retrieve.
attendeesID: List of numeric values; Identifies attendee records to retrieve.
memberNumber: String value. Identifies the attendee record to retrieve.
memberNumberPartial: String value. Partial member number used to search/identify attendee records to retrieve.
lastNameInitialStart: 1 character used to indicate the starting initial of the last name range to include. E.g. A. Must be used with lastNameInitialEnd
lastNameInitialEnd: 1 character used to indicate the starting initial of the last name range to include. E.g. B. Must be used with lastNameInitialStart
plannerID: Numeric value; Used to filter the activities. Identifies the planner/activity to include.
claimedOnAfter: Date; Used to filter the activities.
claimedOnBefore: Date; Used to filter the activities
Sample XML Payload: See Rest_GetAttendeesCreditActivitySummary.xml