curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
Massenvorgänge
Beispieldatei herunterladen
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
Lädt eine Beispieltabelle für eine QR-Kategorie herunter, auf dem Management-API-Host (
Die Antwort ist ein CSV- oder XLSX-Dateidownload, kein JSON — ihre Spalten entsprechen dem, was QR-Codes in großer Menge erstellen für diese Kategorie erwartet.
api.scanova.io), authentifiziert mit Ihrem rohen Management-API-Schlüssel.
GET https://api.scanova.io/bulk-operation/sample/{slug}/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
string
erforderlich
Der Slug der QR-Kategorie, z. B.
vcard.string
Für jede Kategorie außer
url: erstellt das Beispiel aus den eigenen Feldwerten dieses QR-Codes statt aus der allgemeinen Kategorievorlage — nützlich, wenn Sie eine Ausfülltabelle im Stil eines bestehenden QR-Codes möchten.curl "https://api.scanova.io/bulk-operation/sample/vcard/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a" \
-o vcard-sample.csv
Verwandte Themen
- QR-Codes in großer Menge erstellen — der Endpunkt, den diese Beispieltabelle versorgt.
- Massenvorgangs-Datei validieren — die ausgefüllte Tabelle vor der Erstellung prüfen.
- Übersicht über die Management API — das Authentifizierungsschema und die Quota-Regeln für diesen Endpunkt.
Autorisierungen
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.
Pfadparameter
QR category slug, e.g. vcard.
Abfrageparameter
Build the sample from this QR's own field values instead of the generic template.
Antwort
200 - text/csv
Sample file download (CSV or XLSX).
War diese Seite hilfreich?