Error
A valid request URL is required to generate request examples[
{
"Status": "<string>",
"Query": "<string>",
"Result": "<string>",
"Detail": "<string>",
"QueryStatus": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Execute the specified queries within a job.
POST
/
executeQuery
Error
A valid request URL is required to generate request examples[
{
"Status": "<string>",
"Query": "<string>",
"Result": "<string>",
"Detail": "<string>",
"QueryStatus": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The specific query statement.
The id of the job.
The id of WorkspaceId.
The name of the job.
Wait for the Job to complete and return the results of each task ran. Defaults to true.
Timeout in seconds that controls how long Sync should wait for a previous execution to complete.
Comma-separated re-sync options that override replicate options, e.g. Period=FromBeginning,WriteMode=Drop.