37.1.1 Calling the API to fetch the Process Status

To call the API, follow these steps:
  1. Open a relevant tool.
  2. Copy only the Authorization Token that you got from the Authentication Request.
  3. Go to Header.
  4. Enter KEY as an Authentication and Description as a bearer (Authorization Token) <eyJ4NXQjUzI1NiI6Ikk3cWxndm1Kal...>.
  5. Send a request using the GET Method. The request must be in the following format:
    1. URL- https://<HOST_NAME:PORT>/<TENANT>/ahi-ext/v1/utils/process-details/<processInstanceId>
    2. Path Parameter: processInstanceId (Instance Id of the Process)