workingDays

List working days (paginated): id, date, numberOfPhotos, descriptions per day; optional construction_id

get/api/working-days

Query parameters

pagenumber
limitnumber
company_idstring uuid
construction_idstring uuid

Response

Default Response

totalinteger required
pageinteger required
limitinteger required

Example response

{
  "items": [
    {
      "date": "2026-03-26"
    }
  ]
}

Changes

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