EventType
toloka.client.webhook_subscription.WebhookSubscription.EventType
| Source code
Webhook subscription event type:
Attributes Description
Name | Value | Description |
---|---|---|
POOL_CLOSED |
'POOL_CLOSED' | The pool is closed. |
DYNAMIC_OVERLAP_COMPLETED |
'DYNAMIC_OVERLAP_COMPLETED' | There is an aggregated estimate for dynamic overlap. |
ASSIGNMENT_CREATED |
'ASSIGNMENT_CREATED' | Task created. |
ASSIGNMENT_SUBMITTED |
'ASSIGNMENT_SUBMITTED' | The task has been completed and is waiting for acceptance by the customer. |
ASSIGNMENT_SKIPPED |
'ASSIGNMENT_SKIPPED' | The task was taken to work, but the Toloker skipped it and did not return to it. |
ASSIGNMENT_EXPIRED |
'ASSIGNMENT_EXPIRED' | The task was taken to work, but the Toloker did not have time to complete it in the allotted time or refused it before the end of the term. |
ASSIGNMENT_APPROVED |
'ASSIGNMENT_APPROVED' | The task was performed by the Toloker and confirmed by the customer. |
ASSIGNMENT_REJECTED |
'ASSIGNMENT_REJECTED' | The task was completed by the Toloker, but rejected by the customer. |