Skala
Processes

Get process details

Retrieves the specific details of a single process using its unique identifier.

GET
/api/processes/{id}

Retrieves the specific details of a single process using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Process identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/processes/string"
{
  "id": 0,
  "name": "string"
}
Empty