Check if analysis is running

isAnalysisRunning

URL

/api/v1/isAnalysisRunning

Description

Checks the status of the analysis. Returns a JSON response object with status and message. The response object can be converted to a JSON object.

Method

POST

Request query parameters

userId

String. Mandatory.

UserId

Example request

https://ionreporter.thermofisher.com/api/v1/isAnalysisRunning

Request headers

Content-Type:application/x-www-form-urlencoded

Authorization:API Token

Returns

{ "status":true, "message":"success"}

Response fields

Status code

Response message

200

Successful response

400

Bad request

404

Not found

401

User is not authenticated

500

Error occurred

Curl command

curl -X POST -k https://<your server name>/api/v1/isAnalysisRunning -H "Content-Type:application/x-www-form-urlencoded" -H
"Authorization:NDliYmU0OWE4MzA3YmE2MWVmMjhlZTlhOTEyMmE5ODM0NzU3NjQ4OGM5NzVjODU3YjdlMWM4Mjk3OGYzODE4Yw" -d "userId=100"