Special Activity Statuses

Activity statuses are used to track a constituent's participation in an activity from invitation to attendance.

Http Verb Operation
Get ReferenceData/SpecialActivityStatuses/{id}?maintenanceMode={maintenanceMode} Get the details of a Special Activity Status by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/SpecialActivityStatuses/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a Special Activity Status by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/SpecialActivityStatuses?maintenanceMode={maintenanceMode} Get details of all Special Activity Statuses. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: GetAll, URL: ReferenceData/SpecialActivityStatuses?maintenanceMode={maintenanceMode} Test

Get details of all Special Activity Statuses. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/SpecialActivityStatuses/Summary Get a summary representation of all Special Activity Statuses.
GET Method: GetSummaries, URL: ReferenceData/SpecialActivityStatuses/Summary Test

Get a summary representation of all Special Activity Statuses.

Create ReferenceData/SpecialActivityStatuses Create a new Special Activity Status.
POST Method: Create, URL: ReferenceData/SpecialActivityStatuses Test

Create a new Special Activity Status.

Update ReferenceData/SpecialActivityStatuses/{id} Update an Special Activity Status.
PUT Method: Update, URL: ReferenceData/SpecialActivityStatuses/{id} Test

Update an Special Activity Status.

Delete ReferenceData/SpecialActivityStatuses/{id} Delete an existing Special Activity Status.
DELETE Method: Delete, URL: ReferenceData/SpecialActivityStatuses/{id} Test

Delete an existing Special Activity Status.