curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
العمليات بالجملة
تنزيل ملف نموذجي
GET /bulk-operation/sample//
GET
/
bulk-operation
/
sample
/
{slug}
/
curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
يُنزّل جدول بيانات نموذجيًا لفئة رمز QR، على مضيف Management API (
الاستجابة هي تنزيل ملف بصيغة CSV أو XLSX، وليست JSON — تتطابق أعمدته مع ما يتوقعه إنشاء رموز QR بالجملة لتلك الفئة.
api.scanova.io)، مع المصادقة باستخدام مفتاح Management API الخام الخاص بك.
GET https://api.scanova.io/bulk-operation/sample/{slug}/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
مطلوب
سمة (slug) فئة رمز QR، مثل
vcard.string
لأي فئة عدا
url، يبني النموذج من قيم حقول هذا الرمز نفسه بدلًا من قالب الفئة العام — مفيد عندما تريد جدول تعبئة بنفس شكل رمز QR موجود.curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
ذات صلة
- إنشاء رموز QR بالجملة — نقطة النهاية التي يغذيها جدول البيانات النموذجي هذا.
- التحقق من صحة ملف عملية بالجملة — التحقق من الجدول المملوء قبل الإنشاء.
- نظرة عامة على 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.
معلمات المسار
QR category slug, e.g. vcard.
معلمات الاستعلام
Build the sample from this QR's own field values instead of the generic template.
الاستجابة
200 - text/csv
Sample file download (CSV or XLSX).
هل كانت هذه الصفحة مفيدة؟