Machine
Get a machine for the specified business id, branch id and machine id
Retrieve a machine
get/api/business/{businessId}/branch/{branchId}/machine/{machineId}
Path parameters
businessIdstring required
branchIdstring required
machineIdstring required
Response
Specified machine retrieved
Example response
{
"machineId": "ab-123",
"name": "123456",
"description": "The machine description"
}