Path: / {BASE} / import / status

Get the status of the importer thread with the ID passed as query argument.


Method Summary
ResourceDescription
GET /{BASE}/import/status?tname=…Get the status of the importer thread with the ID passed as query argument.

Method Detail
HTTP Example:
GET /{BASE}/import/status?tname=…

API Example:

ImportWebService.isActiveImport({'tname': /* tname the thread ID of the importer thread to query */});

Get the status of the importer thread with the ID passed as query argument.

Output:
org.apache.marmotta.platform.core.webservices.io.ImportWebService.Status - the status of the importer thread as a JSON object
Query parameters:
tname - the thread ID of the importer thread to query
Produces:
application/json