TaskListNotificationController
Base route: crm/tasklistnotifications
| Namespace | Axiom.App.Crm.Api.Controllers.Tasks |
|---|---|
| Base Route | crm/tasklistnotifications |
| Security | Required |
Endpoints
| Method | Route | Method Name | Parameters | Return Type |
|---|---|---|---|---|
| Delete | crm/tasklistnotifications |
Delete | notificationQueueId: int, taskListId: int, taskBoardId: int | void |
Detailed Endpoint Information
Delete
crm/tasklistnotifications
Delete
Return Type
void
Parameters
| Name | Type | Source | Optional |
|---|---|---|---|
notificationQueueId |
int |
Query | No |
taskListId |
int |
Query | No |
taskBoardId |
int |
Query | No |