constructionWorkers

Get a single constructionWorkers record

get/api/construction-workers/{id}

Path parameters

idstring uuid required

Response

Default Response

idstring uuid required
constructionIdstring uuid required
workerIdstring uuid required
companyIdstring uuid required
serverVersioninteger required
createdAtstring date-time
updatedAtstring date-time
deletedAtstring date-time nullable
mongodbIdstring nullable required
namestring
defaultRatenumber double

Example response

{
  "serverVersion": 1,
  "createdAt": "2026-03-26T14:00:00Z",
  "updatedAt": "2026-03-26T14:00:00Z",
  "deletedAt": "2026-03-26T14:00:00Z",
  "defaultRate": 25.5
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.