Error
A valid request URL is required to generate request examples{
"JobName": "<string>",
"TaskId": 123,
"JobId": "<string>",
"Index": "<string>",
"Query": "<string>",
"Table": "<string>",
"IsActive": true,
"RowVersion": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Returns a single tasks object using the specified key.
GET
/
tasks('
{JobName}
')
Error
A valid request URL is required to generate request examples{
"JobName": "<string>",
"TaskId": 123,
"JobId": "<string>",
"Index": "<string>",
"Query": "<string>",
"Table": "<string>",
"IsActive": true,
"RowVersion": "<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.
Path Parameters
The key JobName
Query Parameters
Select structural property
Response
tasks response
The name of the job contain the current task.
The id of current task.
The id of the job contain the current task.
The index of task.
The query of task.
The table name of query.
Whether the task is active.
The version number of row information.