Path: / {BASE} / import / status

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


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

Method Detail

GET /{BASE}/import/status

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

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

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

Output:
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