service=getAttendeesCreditActivity

Returns an XML payload containing and attendee(s) data and credit activity grouped by planner/activity. Credit activities consist of the claimed activities, the activities’ displayed credit, the activities’ credit types/accreditation bodies (based on the attendee’s registration type), and the credit awarded for each credit type/accreditation body.


Sample Request URL:
[End Point URL]/?do=cnt.getservice&service= getAttendeesCreditActivity&[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_GetAttendeesCreditActivity.xml