Special Activities

Activities are used to track the invitees and attendees of non-paid events (such as meetings, cocktail receptions, or open dress rehearsals).

Http Verb Operation
Get CRM/SpecialActivities/{specialActivityId} Get details of an activity record.
GET Method: Get, URL: CRM/SpecialActivities/{specialActivityId} Test

Get details of an activity record.

GetAll CRM/SpecialActivities?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the activity records for the specified constituent id and all its visible affiliations' activity records as well. To exclude activity records of the visible affiliations, pass includeAffiliations=false.
GET Method: GetAll, URL: CRM/SpecialActivities?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the activity records for the specified constituent id and all its visible affiliations' activity records as well. To exclude activity records of the visible affiliations, pass includeAffiliations=false.

Create CRM/SpecialActivities Create a new activity record.
POST Method: Create, URL: CRM/SpecialActivities Test

Create a new activity record.

Update CRM/SpecialActivities/{specialActivityId} Update an activity record.
PUT Method: Update, URL: CRM/SpecialActivities/{specialActivityId} Test

Update an activity record.

Delete CRM/SpecialActivities/{specialActivityId} Delete an activity record.
DELETE Method: Delete, URL: CRM/SpecialActivities/{specialActivityId} Test

Delete an activity record.