Skip to content

/api/historian/import-batches

POST
/api/historian/import-batches
curl --request POST \
--url https://demo.consystence.com/api/historian/import-batches \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form site_id=example \
--form format=example \
--form trend_csv=@file \
--form mapping_csv=@file \
--form force=false
Media typemultipart/form-data
object
site_id
required
string
format
required
string
trend_csv
required
string format: binary
mapping_csv
required
string format: binary
force
boolean

OK