v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
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

machineIdstring required
namestring
descriptionstring
colorinteger
archivedboolean

Example response

{
  "machineId": "ab-123",
  "name": "123456",
  "description": "The machine description"
}