Patch Tasks
The following section describes the API-supported endpoint actions and available methods for Patch Task APIs.
| • | Available Methods for Patch Task Details |
| • | Available Filters on Patch Task Lists |
Available Methods for Patch Task Details
The following are available methods for Patch Task Details.
|
Method |
Description |
|
get list |
GET <URL> |
Available Filters on Patch Task Lists
The following are available filters on Patch Task Lists.
|
Filter |
Description |
||||||||||||||||||||||||||||||
|
daemon_id (int) |
Daemon ID |
||||||||||||||||||||||||||||||
|
publish_id (int) |
Publish ID |
||||||||||||||||||||||||||||||
|
type (int) |
Task type:
|
||||||||||||||||||||||||||||||
|
result (int) |
Task type result:
|
Example
The following is an example of a filter that filters out a task whose publish id is “1234”
api/patch/tasks/?publish_id=1234