On this page

5 endpoints.

MethodPathSummary
GET/api/communities/{communityId}/tasks/webhooksList webhooks (قائمة الويب هوكس)
POST/api/communities/{communityId}/tasks/webhooksCreate webhook (إنشاء ويب هوك)
DELETE/api/communities/{communityId}/tasks/webhooks/{webhookId}Delete webhook (حذف الويب هوك)
GET/api/communities/{communityId}/tasks/webhooks/{webhookId}Get webhook (تفاصيل الويب هوك)
PUT/api/communities/{communityId}/tasks/webhooks/{webhookId}Update webhook (تحديث الويب هوك)

Returns all webhook configurations for task events Auth: Bearer JWT required.

Parameters

NameInRequiredTypeDescription
no

Responses

StatusDescriptionBody
200List of webhooksobject

Creates a new webhook to receive task event notifications Auth: Bearer JWT required.

Parameters

NameInRequiredTypeDescription
no

Request body (required) — application/json

Type: CreateWebhookRequest

Responses

StatusDescriptionBody
201Webhook createdobject

Auth: Bearer JWT required.

Parameters

NameInRequiredTypeDescription
no
no

Responses

StatusDescriptionBody
200Webhook deleted

Auth: Bearer JWT required.

Parameters

NameInRequiredTypeDescription
no
no

Responses

StatusDescriptionBody
200Webhook detailsobject

Auth: Bearer JWT required.

Parameters

NameInRequiredTypeDescription
no
no

Request body (required) — application/json

Type: CreateWebhookRequest

Responses

StatusDescriptionBody
200Webhook updated