ListProcess
Description: Provides a list of the currently available processes.
URL: /listProcess
Method: GET
Header: You must provide the authentication token in the header, using the following syntax:
{
Authorization : "Bearer" +" "+ token
}
Response Codes
Code | Result | Response |
|---|---|---|
Success | ||
200 | Success | {
data : required process list
}
|
Client errors | ||
400 | Bad request | |
401 | Unauthorized | |