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>"
}
}Creates a new tasks object with the specified parameters.
POST
/
tasks
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.
Body
application/json
The tasks entity to post
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.
Response
tasks created
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.