Get analysis workflow names
|
getWorkflowNamesWithApplicationTypeWithAuth |
|
|---|---|
|
URL |
/api/v1/getWorkflowNamesWithApplicationTypeWithAuth |
|
Description |
Used by IonReporterUploader plugin to get a list of analysis workflows that are tagged with IRU. Returns the list of analysis workflow details for the version that is specified in the header. If there are no workflows that are tagged with IRU, all workflows for a specified version are returned. |
|
Method |
POST |
|
Example request |
|
|
Request headers |
Content-Type: application/x-www-form-urlencoded Authorization:API Token Version: IR522 |
|
Returns |
|
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://<server name>/api/v1/getWorkflowNamesWithApplicationTypeWithAuth -H "Content-Type:application/x-www-form-urlencoded" -H "Authorization:NjMyZmUwODMzOTY3YzVhYzA1OGE5M2I4ZjMyZWY0ZmY1NWQ0YzgyYzhjOTJmZTBjZjZkZTg2N2QxZjA3MGZlMA" -H "Version:522"
