list server threads
/threads [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.9500 | 5.0100 | xml |
Description
List All Threads.
This service lists each active Asynchronous process on the server.
Parameters
No parameters required.
Permission
This service requires administrator.
Response
This service returns the following XML:
<threads>
<thread id="[thread id]"
name="[thread name]"
username="[username of user starting thread]"
groupid="[ID of group if applicable or -1]"
status="[initialised|
inprogress|
error|
warning|
cancelled|
failed|
complete]">
[<message>[explanation or error]<message>]
[thread specific XML]
</thread>
...
</threads>
Error Handling
No specific errors expected for this service.