Units
Get unit details
Retrieves the specific details of a single unit using its unique identifier.
Retrieves the specific details of a single unit using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Unit identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/units/string"{
"id": 0,
"name": "string",
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}Empty
