Skip to main content



Make a Batch Query on Model

Make a batch query on 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 (form variable)

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

version (form variable)

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

queryFolder (form variable)

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

outputFolder (form variable)

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

fileName (form variable)

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

user (header (authorization) variable)

user's authentication