Tasks_List_RequestBody
Tasks_List_RequestBody
This is a request body class for an operation.
JSON Example
{
"filter_spec": {
"tasks": [
"string"
],
"services": [
"string"
],
"operations": [
"string"
],
"status": [
"string"
],
"targets": [
{
"type": "string",
"id": "string"
}
],
"users": [
"string"
]
},
"result_spec": {
"return_all": false,
"exclude_result": false
}
}
filter_spec
Required
The Tasks.FilterSpec structure contains fields used to filter the results when listing tasks (see Tasks.list). If multiple fields are specified, only tasks matching all of the fields match the filter. Currently at least one of Tasks.FilterSpec.tasks or Tasks.FilterSpec.services must be specified and not empty.
result_spec
Optional
The Tasks.GetSpec structure describes what data should be included when retrieving information about a task.