v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Get Shift Information

get/shifts

Query parameters

companyIDstring required

Company ID of the employer

shiftIDstring required

Shift ID of the shift

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "shiftID": "4712c99283304b7b989179aae36b4590",
    "employeeID": "1234567890",
    "employeeCheckID": "1095673922",
    "first_name": "erlich",
    "last_name": "bachman",
    "time": "2023-12-13T04:00:00Z",
    "hourly": {
      "hours": 8,
      "wage": 20,
      "custom_name": "hourly"
    },
    "reimbursement": {
      "amount": 8.5
    }
  }
}