Skip to main content



Query a Previously Created Instance

Query a previously created instance

POST /cloud/queryObject

note

Execute a query in a specific instance. The result of the query is in json format. If you don't specify the instance version we'll take 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.

query (form variable)

String query. It's an string representing the object to be queried. It must have the header of the file and the data of the object. The header and the data are separated by '\\n' (end of line) and each column of header and data is separated by '\\t' (tab).

user (header (authorization) variable)

user's authentication