Remote query commands

Prev Next

You can use a few commands when executing remote queries.

Note

Specify arguments followed by "=<>" by name. For example, the argument "target=" must be included in the command, core. For example, executeQuery?target=EntitlementView

Remote query commands

Command

Syntax

Description

core.executeQuery

core.executeQuery queryId [database=<>]

core.executeQuery target=<> [select=<>] [where=<>] [order=<>] [group=<>] [database=<>] [depth=<>] [joinTables=<>]

Executes a query and returns the results as a list of objects.

core.listDatabases

core.listDatabases

Returns all databases the user is permitted to see as a list of objects.

core.listTables

core.listTables [table]

Returns all database tables the user is permitted to see as a list of objects.

core.listQueries

core.listQueries

Returns all queries the user is permitted to see as a list of objects.

core.listDatatypes

core.listDatatypes

Returns a list of all types and their supported operations.