Operations
Get operation details
Retrieves the specific details of a single operation using its unique identifier.
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
