استجابة الحدث بنجاح
يتم تفعيله عند اكتمال حدث غير متزامن بنجاح.
Async Tracking
Essential for tracking the completion of bulk tasks or long-running operations.
توصيات
Use the `requestId` to link the result back to your initial API call.
الردود المتوقعة
استكشف كافة الردود والنتائج المحتملة من الخادم. قمنا بتوثيق كل كود حالة (Status Code) مع أمثلة للبيانات لتسهيل معالجة الأخطاء والنجاح.
application/json
Example
{
"id": "evt_01...",
"timestamp": 1634567890123,
"session": "default",
"metadata": {
"user.id": "123",
"user.email": "email@example.com"
},
"engine": "WEBJS",
"event": "event.response",
"payload": {
"requestId": "req_001",
"data": {
"status": "completed"
}
},
"me": {
"id": "11111111111@c.us",
"lid": "123@lid",
"pushName": "Instance"
}
}محتويات الصفحة
Command Palette
Search for a command to run...