---
title: "GET /api/working-day-machines/{id}"
method: GET
path: "/api/working-day-machines/{id}"
tags: ["workingDayMachines"]
---

# GET /api/working-day-machines/{id}

`GET /api/working-day-machines/{id}`

Get a single workingDayMachines record

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `workingDayId` string, uuid, required
  - `machineId` string, uuid, required
  - `companyId` string, uuid, required
  - `multiplier` integer, nullable
  - `usage` number, double, nullable
  - `unitPrice` number, double, nullable
  - `totalPrice` number, double, nullable
  - `serverVersion` integer, required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `deletedAt` string, date-time, nullable
  - `mongodbId` string, nullable, required
  - `name` string
  - `unit` string, nullable
  - `defaultUnitPrice` number, double

---

[API](https://skmtc.dev/buildoapp/apis/buildo-api.md) · [All operations](https://skmtc.dev/buildoapp/apis/buildo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildoapp/buildo-api/revisions/e646e4ae8482/schema)
