Activity statuses are used to track a constituent's participation in an activity from invitation to attendance.
| Http Verb | Operation | ||
|---|---|---|---|
| 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). | |||
| 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). | |||
| GET | Method: GetSummaries, URL: ReferenceData/SpecialActivityStatuses/Summary | Test | |
| Get a summary representation of all Special Activity Statuses. | |||
| POST | Method: Create, URL: ReferenceData/SpecialActivityStatuses | Test | |
| Create a new Special Activity Status. | |||
| PUT | Method: Update, URL: ReferenceData/SpecialActivityStatuses/{id} | Test | |
| Update an Special Activity Status. | |||
| DELETE | Method: Delete, URL: ReferenceData/SpecialActivityStatuses/{id} | Test | |
| Delete an existing Special Activity Status. | |||