Information Classification: External Restricted.
See https://www.chili-publish.com/security
Webservice Functions - TasksGetList
Returns a list of tasks
Declaration
public string TasksGetList ( string apiKey, bool includeRunningTasks, bool includeWaitingTasks, bool includeFinishedTasks );
Arguments
Name | Type | Description |
|---|---|---|
apiKey | The API key previously generated by calling the GenerateApiKey function | |
includeRunningTasks | bool | If true, running tasks are included |
includeWaitingTasks | bool | If true, waiting tasks are included |
includeFinishedTasks | bool | If true, finished tasks are included (older tasks are cleaned out after a few hours, though) |
Returns
A valid XML string
Security rights needed
Info
Apply on resource
Server