Web Service Method: Get Running Tasks of a System
Abstract
Web Service Method: Get Running Tasks of a System
Description |
---|
Returns the tasks that are currently run by the system. A monitoring service that allows the client to retrieve information about the status of long running tasks which are performed by the system. |
Note
This method's call has slightly changed between version 5 and version 6 of PoolParty.
URL: PoolParty/api/runningTasks
Request
Supported Methods |
---|
GET |
json formatted response message
Request pattern
http://<server-url>/PoolParty/api/runningTasks
Example Request
http://vocabulary.semantic-web.at/PoolParty/api/runningTasks
Example Response
[ { "taskName": "Analyzing Corpus", "projectId": "1DF159DB-0C90-0001-F72B-5790EBAA17D8", "username": "superadmin", "progress": 64 } ]