Skip to main content



Batch Query model

Batch query model

POST /cloud/batchQuery

note

Execute a batch query using a folder of data. A batch query lets you execute a group of queries at the same time. If you don't specify the instance version the version will default to the current version.

Parameters

instanceName<string> (form variable)

Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+.

version<string> (form variable)

Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.

queryFolder<string> (form variable)

Folder containing files for the queries. Alphanumeric string: [A-Za-z0-9-_]+.

outputFolder<string> (form variable)

Folder for query results. Alphanumeric string: [A-Za-z0-9-_]+.

fileName<string> (form variable)

Name of the file. Alphanumeric string: [^%[]%~+"]+.(csv|tsv).

user (header (authorization) variable)

user's authentication