Returns an XML payload containing activity details. This payload includes the activity’s title, codes, start/end dates, description, location, and ACCME PARS information. This payload also contains a listing of the activity’s public role assignments.

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

Parameter Options:
*apiKey: Valid API key 
plannerID: Numeric identifier for a valid planner. Use this parameter to request the details of a single planner.
activityID: Numeric identifier for a valid activity. Use this this parameter to request the details of a single activity.
startsOn: Date value containing a valid date. Use this parameter to request the details of any activity that begins on this date.
startsOnOrAfter: Date value containing a valid date. Use this parameter to request the details of any activity that begins on or after this date.
startsOnOrBefore: Date value containing a valid date. Use this parameter to request the details of any activity that begins on or before this date.
insertedOn: Date value containing a valid date. Use this parameter to request the details of any activity that was added to the system on this date.
insertedOnAfter: Date value containing a valid date. Use this parameter to request the details of any activity that was added to the system on or after this date.
insertedOnBefore: Date value containing a valid date. Use this parameter to request the details of any activity that was added to the system on or before this date.
modifiedOn: Date value containing a valid date. Use this parameter to request the details of any activity that was modified or added to the system on this date.
modifiedOnAfter: Date value containing a valid date. Use this parameter to request the details of any activity that was modified or added to the system on or after this date.
modifiedOnBefore: Date value containing a valid date. Use this parameter to request the details of any activity that was modified or added to the system on or before this date.
modifiedOnAppliedTo : (planners,plannerCertificates,documents,formResponses) - When using one of the modified filters this tells it what entities to look at.


Sample XML Payload:
  See Rest_GetActivities.xml