Processes

Fetches all the processes in your company

get/process

Response

If the auth token is valid.

statusCodenumber

Will be 0 in case of success

messagestring

Contains the success message or error reason, based on the statusCode

Example response

{
  "statusCode": 0,
  "message": "Successfully fetched the processes",
  "data": [
    {
      "name": "Default Inbound & Outbound Process",
      "processId": "5e57737b2ed7b30007f22277"
    }
  ]
}

Changes