curl "https://api.scanova.io/bulk-operation/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"operation_id": "bo-8f3a1c",
"name": "September event QR batch",
"count": 500,
"operation_type": "generate",
"operation_type_display": "Generate",
"status": "completed",
"created": "2026-09-08T09:00:00Z",
"result_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/result.xlsx",
"progress": 100,
"error_message": null,
"log_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/log.csv",
"failed_count": 0,
"folder": null,
"created_by": "Jane Doe",
"qr_category": "website-url"
}
]
}
العمليات بالجملة
سرد العمليات بالجملة
GET /bulk-operation/
GET
/
bulk-operation
/
curl "https://api.scanova.io/bulk-operation/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"operation_id": "bo-8f3a1c",
"name": "September event QR batch",
"count": 500,
"operation_type": "generate",
"operation_type_display": "Generate",
"status": "completed",
"created": "2026-09-08T09:00:00Z",
"result_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/result.xlsx",
"progress": 100,
"error_message": null,
"log_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/log.csv",
"failed_count": 0,
"folder": null,
"created_by": "Jane Doe",
"qr_category": "website-url"
}
]
}
يسرد سجلات تتبّع العمليات بالجملة الخاصة بهذا الحساب، على مضيف Management API (
هذه هي نقطة النهاية التي تطلب منك كل نقطة نهاية للعمليات بالجملة غير المتزامنة استطلاعها. تنتقل
api.scanova.io)، مع المصادقة باستخدام مفتاح Management API الخام الخاص بك.
GET https://api.scanova.io/bulk-operation/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/bulk-operation/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"operation_id": "bo-8f3a1c",
"name": "September event QR batch",
"count": 500,
"operation_type": "generate",
"operation_type_display": "Generate",
"status": "completed",
"created": "2026-09-08T09:00:00Z",
"result_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/result.xlsx",
"progress": 100,
"error_message": null,
"log_file": "https://cdn.scanova.io/bulk/bo-8f3a1c/log.csv",
"failed_count": 0,
"folder": null,
"created_by": "Jane Doe",
"qr_category": "website-url"
}
]
}
status من new إلى completed أو partially_completed أو failed؛ وprogress نسبة إنجاز من 0 إلى 100. بمجرد أن تصبح status غير new، تحتوي result_file وlog_file (عند الاقتضاء) على روابط التنزيل.
النطاق: عمليات هذا الحساب الخاصة، بالإضافة إلى — بالنسبة لحسابات الفريق — العمليات التي أنشأها أي مستخدم مشارك، ما لم يتم الاستدعاء عبر انتحال هوية الحساب، وعندها يضيق النطاق ليقتصر على المستخدم المُنتحَل فقط.
ذات صلة
- الحصول على إحصاءات العمليات بالجملة — أعداد إجمالية عبر هذه القائمة نفسها.
- إعادة تسمية عملية بالجملة — إعادة تسمية إدخال هنا.
- نظرة عامة على Management API — مخطط المصادقة وقواعد الحصة المطبّقة على نقطة النهاية هذه.
التفويضات
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
الاستجابة
200 - application/json
Paginated list of bulk operations.
هل كانت هذه الصفحة مفيدة؟