Skala
Operations

Get operation details

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

GET
/api/operations/{id}

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

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Operation identifier

Response Body

application/json

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